Actions
Git¶
mv dicompyler/ bak_dicompyler
ashley@Lion:~/repos/github$ cd bak_dicompyler/
git remote -v
origin git@github.com:didymo/dicompyler.git (fetch)
origin git@github.com:didymo/dicompyler.git (push)
ashley@Lion:~/repos/github/bak_dicompyler$ cd ../
ashley@Lion:~/repos/github$ git clone git@github.com:didymo/dicompyler.git
ashley@Lion:~/repos/github$ cd dicompyler/
ashley@Lion:~/repos/github/dicompyler$ git remote -v
origin git@github.com:didymo/dicompyler.git (fetch)
origin git@github.com:didymo/dicompyler.git (push)
- master
remotes/origin/HEAD -> origin/master
remotes/origin/Onko
remotes/origin/augustinworkspace
remotes/origin/dependencyupdate
remotes/origin/helena_ibro
remotes/origin/helene_workspace
remotes/origin/master
remotes/origin/sohaib_workspace
remotes/origin/windowsfixes
Branch 'Onko' set up to track remote branch 'Onko' from 'origin'.
Switched to a new branch 'Onko'
ashley@Lion:~/repos/github/dicompyler$ git branch -a
- Onko
master
remotes/origin/HEAD -> origin/master
remotes/origin/Onko
remotes/origin/augustinworkspace
remotes/origin/dependencyupdate
remotes/origin/helena_ibro
remotes/origin/helene_workspace
remotes/origin/master
remotes/origin/sohaib_workspace
remotes/origin/windowsfixes
Updated by Peter Qian about 4 years ago · 1 revisions