-
git config --global user.name "your-user-name"
-
git config --global user.email "your-email"
-
git config --global --list
-
git init
-
git status
-
git add .
-
git commit -m "your-commit-message"
-
git push -u "git-repo-URL" main
-
git push -u origin main (if origin was set previously use this, otherwise use command #8)
-
git pull "git-repo-URL" main
-
Notifications
You must be signed in to change notification settings - Fork 0
All the git commands needed for a developer will be collected here
License
faojul/GitCommandsSheet
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
All the git commands needed for a developer will be collected here
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published