9 Tweets Apr 18, 2023
Here are some useful commands that you can use with Git:
1. Git Clone
- Git clone, a command for downloading existing source code from a remote repository (like GitHub)
1. Git Branch
- Branches are highly important in the Git world. By using it, several Devs are able to work in parallel on the same project.
- To push the new branch
- Viewing Branches
3. Git Commit
- Most-used command of Git. Once we reach a certain point in development, we want to save our changes.
4. Git Push
- After committing your changes, the next thing you want to do is send your changes to the remote server. Git push uploads your commits to the remote repository.
5. Git Status
- The git status commands gives us all the necessary information about the current branch.
That's a wrap!
If you enjoyed this thread:
1. Follow me @slow_developer for more of these
2. RT the tweet below to share this thread with your audience

Loading suggestions...