Project

General

Profile

Actions

Git

mv dicompyler/ bak_dicompyler
ashley@Lion:~/repos/github$ cd bak_dicompyler/

git remote -v
origin :didymo/dicompyler.git (fetch)
origin :didymo/dicompyler.git (push)

ashley@Lion:~/repos/github/bak_dicompyler$ cd ../
ashley@Lion:~/repos/github$ git clone :didymo/dicompyler.git

ashley@Lion:~/repos/github$ cd dicompyler/
ashley@Lion:~/repos/github/dicompyler$ git remote -v
origin :didymo/dicompyler.git (fetch)
origin :didymo/dicompyler.git (push)

ashley@Lion:~/repos/github/dicompyler$ git branch -a
  • 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
ashley@Lion:~/repos/github/dicompyler$ git checkout Onko
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