🏠
Working from home
Pinned Loading
-
-
Git commands I've found useful over ...
Git commands I've found useful over time 1* `git status` Shows which files are staged, unstaged, tracked
2* `git status -s` Like git status, less detailed, shows the files categorized as added, modified, removed etc.
3* `git add <path_to_file>` Tracks a file
4* `git commit -m “Commit message”` Stages a tracked file
5* `git log -<number>` Shows the commits for number specified
-
Useful Android bundletool commands
Useful Android bundletool commands 1This page lists out frequently used commands for `bundletool`, predominantly used while dealing with Android App Bundles.
23All commands are courtesy of the [Android developer site](https://developer.android.com).
45Please refer [here](https://developer.android.com/studio/command-line/bundletool) for an exhaustive list of all `bundletool` commands.
-
Useful gradle commands
Useful gradle commands 1<h3>List of Commands</h3>
23* `./gradlew :app:dependencyInsight --dependency <library-name> --configuration releaseRuntimeClasspath`
4Gives the resolved version for the specified library, after analyzing the dependency graph
-
coding-interview-university
coding-interview-university PublicForked from jwasham/coding-interview-university
A complete computer science study plan to become a software engineer.
-
Giphy/giphy-android-sdk
Giphy/giphy-android-sdk PublicHome of the GIPHY SDK Android example app, along with Android SDK documentation, issue tracking, & release notes.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.