Skip to content

Instantly share code, notes, and snippets.

@AD7six

AD7six/foo.sh Secret

Last active November 19, 2017 02:33
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 AD7six/7ee86b44804319979dff to your computer and use it in GitHub Desktop.
Save AD7six/7ee86b44804319979dff to your computer and use it in GitHub Desktop.
-> git --version
git version 1.9.1
vagrant @ vagrant [ /tmp ]
-> git clone https://github.com/rohinichoudhary/Spoon-Knife.git
Cloning into 'Spoon-Knife'...
remote: Counting objects: 19, done.
remote: Compressing objects: 100% (2/2), done.
remote: Total 19 (delta 0), reused 0 (delta 0), pack-reused 16
Unpacking objects: 100% (19/19), done.
Checking connectivity... done.
vagrant @ vagrant [ /tmp ]
-> cd Spoon-Knife/
vagrant @ vagrant [ /tmp/Spoon-Knife ] (master)
-> git branch
* master
vagrant @ vagrant [ /tmp/Spoon-Knife ] (master)
-> git branch -a
* master
remotes/origin/HEAD -> origin/master
remotes/origin/change-the-title
remotes/origin/master
remotes/origin/test-branch
vagrant @ vagrant [ /tmp/Spoon-Knife ] (master)
-> git checkout test-branch
Branch test-branch set up to track remote branch test-branch from origin by rebasing.
Switched to a new branch 'test-branch'
vagrant @ vagrant [ /tmp/Spoon-Knife ] (test-branch)
-> git branch
master
* test-branch
vagrant @ vagrant [ /tmp/Spoon-Knife ] (test-branch)
->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment