Created
July 4, 2018 05:08
-
-
Save d6rkaiz/927aef2f4f40ff6f89f8673958ba2783 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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