Skip to content

Instantly share code, notes, and snippets.

@d6rkaiz
Created July 4, 2018 05:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save d6rkaiz/927aef2f4f40ff6f89f8673958ba2783 to your computer and use it in GitHub Desktop.
Save d6rkaiz/927aef2f4f40ff6f89f8673958ba2783 to your computer and use it in GitHub Desktop.
$ git status
# HEAD detached at v2.2.0
# 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: public/android-chrome-192x192.png
# modified: public/apple-touch-icon.png
# modified: public/favicon.ico
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# public/503.html
no changes added to commit (use "git add" and/or "git commit -a")
[mastodon@penguin-rider live]$ git branch
* (detached from v2.2.0)
master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment