Jul 302011
Updating a local branch from the remote server
Answer:
Assume your local branch is cloned from a remote repository such as github, you might want to apply their updates to your branch from time to time.
To do so, try
# git pull
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
Updating a local branch from the remote server
Answer:
Assume your local branch is cloned from a remote repository such as github, you might want to apply their updates to your branch from time to time.
To do so, try
# git pull