Skip to content

Instantly share code, notes, and snippets.

@multi-io
Last active August 29, 2015 14:25
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save multi-io/4a7b313dd202df86c5d2 to your computer and use it in GitHub Desktop.
(clustermgr)oklischat@oklischat:~/smith/vps.cp$ git checkout master
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
(clustermgr)oklischat@oklischat:~/smith/vps.cp$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory clean
(clustermgr)oklischat@oklischat:~/smith/vps.cp$ ls -la src/sys11.*
ls: src/sys11.*: No such file or directory
(clustermgr)oklischat@oklischat:~/smith/vps.cp$ git checkout smith-1130-smapi1recomm
Switched to branch 'smith-1130-smapi1recomm'
(clustermgr)oklischat@oklischat:~/smith/vps.cp$ ls -la src/sys11.*
src/sys11.httprequest:
total 0
drwxr-xr-x 2 oklischat staff 68 Jul 22 16:29 .
drwxr-xr-x 24 oklischat staff 816 Jul 22 16:29 ..
src/sys11.utils:
total 0
drwxr-xr-x 2 oklischat staff 68 Jul 22 16:29 .
drwxr-xr-x 24 oklischat staff 816 Jul 22 16:29 ..
(clustermgr)oklischat@oklischat:~/smith/vps.cp$ ### ^^^^ there they are
(clustermgr)oklischat@oklischat:~/smith/vps.cp$ git status
On branch smith-1130-smapi1recomm
nothing to commit, working directory clean
(clustermgr)oklischat@oklischat:~/smith/vps.cp$ ls -ad .*
. .. .git .gitignore .idea
(clustermgr)oklischat@oklischat:~/smith/vps.cp$ ls -l .git/hooks
ls: .git/hooks: No such file or directory
(clustermgr)oklischat@oklischat:~/smith/vps.cp$
(clustermgr)oklischat@oklischat:~/smith/vps.cp$ git ls-tree -r HEAD src | grep -3 'src/sys11\.'
100644 blob 6061e5591cd16595f0255c72bff3f6747a60ab3a src/smapi2.py
100644 blob bae6870ec6a19e5cef821b8226786150541e1cfc src/smith.py
100644 blob 33dbd70265b915100f23141ba861d30e22e5f998 src/ssh_wrapper.py
160000 commit b2bb44e04e107bfc7f876ff6d0c516f70632ac36 src/sys11.httprequest
160000 commit 8f40770f2b3913b34aad5bfabd19deeee5ce8905 src/sys11.utils
100644 blob ece379ce2feafe80b325c4184748d1e719021253 src/sys11/__init__.py
100644 blob ecc1d29e31c6c22ee12138096adfe689ee8599d9 src/sys11/commands/__init__.py
100644 blob c4b6cbb94599ea129872fa88473e5a545c27097d src/sys11/commands/activatefailoverlb.py
(clustermgr)oklischat@oklischat:~/smith/vps.cp$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment