Skip to content

Instantly share code, notes, and snippets.

@codeguru42
Created November 5, 2016 20:23
Show Gist options
  • Save codeguru42/8cead5d9e4e0818e96e7146b20d65729 to your computer and use it in GitHub Desktop.
Save codeguru42/8cead5d9e4e0818e96e7146b20d65729 to your computer and use it in GitHub Desktop.
$ git status
On branch ganujan/377/main
Your branch is up-to-date with 'ganujan/377'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: android/build/intermediates/transforms/dex/lite/debug/folders/1000/1f/main/classes.dex
no changes added to commit (use "git add" and/or "git commit -a")
$ git checkout -- android/
$ git status
On branch ganujan/377/main
Your branch is up-to-date with 'ganujan/377'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: android/build/intermediates/transforms/dex/lite/debug/folders/1000/1f/main/classes.dex
no changes added to commit (use "git add" and/or "git commit -a")
public@Computer133 MINGW64 ~/Documents/devel/src/bbct (ganujan/377/main)
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment