vendredi 13 mars 2015

Git fetch command syntax


Vote count:

0




I am reading the git fetch command from this link : http://ift.tt/1FYiFQg


It says the syntax as : git fetch [alias] Not sure what to put in alias


This is what git looks like when i do the git branch * brnach1 branch2 branch3


Any help on this? Thanks in Advance



asked 1 min ago


2 Answers



Vote count:

0




git pull origin branch


origin - your remote name (can be viewed inside the .git/config file) branch - the branch name to fetch the content from



answered 44 secs ago

jsexpert

1,280


Vote count:

0




you need to put the name of the remote in there


do git remote -v to see a list of the avail;able remote repos tyou have



answered 9 secs ago






Git fetch command syntax

Aucun commentaire:

Enregistrer un commentaire