Note_Tech

All technological notes.


Project maintained by simonangel-fong Hosted on GitHub Pages — Theme by mattgraham

git - Repository

back


Repository

Command Description
git init Initialize a new Git repository
git clone github_url Clone an existing repository
git remote -v Show remotes (e.g., origin)
git push Push changes to the remote repo
git push -u origin branch_name Push and set upstream branch
git pull Fetch and merge from remote
git fetch Get updates from remote (no merge)