Git
Fetch
git fetchFetch from remote:
git fetch [remote]Merge with another branch:
git merge [branch]Remotes
Set remote:
git remote add [remote name] [email protected]:[account]/[repo].gitVerify remote:
git remote -vTracking
Ignore tracked files locally
Last updated
Was this helpful?