Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.36 KB

File metadata and controls

27 lines (23 loc) · 1.36 KB

ryan@ryborg:~/Documents/git_team_dragon$ git remote -v
origin https://github.com/nyu-ossd-s18/git_team_dragon.git (fetch)
origin https://github.com/nyu-ossd-s18/git_team_dragon.git (push)

ryan@ryborg:~/Documents/git_team_dragon$ git remote -v
myfork https://github.com/rchau0623/git_team_dragon.git (fetch)
myfork https://github.com/rchau0623/git_team_dragon.git (push)
origin https://github.com/nyu-ossd-s18/git_team_dragon.git (fetch)
origin https://github.com/nyu-ossd-s18/git_team_dragon.git (push)

ryan@ryborg:~/Documents/git_team_dragon$ git remote -v
dorasun https://github.com/dorasun/git_team_dragon.git (fetch)
dorasun https://github.com/dorasun/git_team_dragon.git (push)
jfushada https://github.com/jfushada/git_team_dragon.git (fetch)
jfushada https://github.com/jfushada/git_team_dragon.git (push)
myfork https://github.com/rchau0623/git_team_dragon.git (fetch)
myfork https://github.com/rchau0623/git_team_dragon.git (push)
origin https://github.com/nyu-ossd-s18/git_team_dragon.git (fetch)
origin https://github.com/nyu-ossd-s18/git_team_dragon.git (push)
suyasha0 https://github.com/suyasha0/git_team_dragon.git (fetch)
suyasha0 https://github.com/suyasha0/git_team_dragon.git (push)

ryan@ryborg:/Documents/git_team_dragon$ git branch another_branch ryan@ryborg:/Documents/git_team_dragon$ git branch another_branch

  • master