Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git push -u flag

Creates an upstream tracking connection and is especially useful when publishing a local branch on a remote for the first time.

Or in other word:

The -u flag creates a tracking reference for every branch that you successfully push onto the remote repository.
Source by www.git-tower.com #
 
PREVIOUS NEXT
Tagged: #git #push #flag
ADD COMMENT
Topic
Name
7+4 =