December 21, 2022
Estimated Post Reading Time ~ < 1 Min

20 Git commands that you should know as a developer

20 Git commands that you should know as a developer (most important)

.com/media/


1. git clone <repository-url>

2. git branch <branch-name>

3. git checkout <branch-name>

4. git status

5. git commit -m "commit message"

6. git push <remote> <branch-name>

7. git add <file>/ git add -A

8. git diff <branch1> <branch2>

9. git branch -d <branch-name>

10. git pull <remote>

11. git config --global user_name "<Your-Full-Name>"

12. git log

13. git diff

14. git reset

15. git stash

16. git remote

17. git show

18. git tag

19. git merge

20. git clean
aem4beginner.blogspot


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.

Ad Blocker Detected :(

Please consider supporting us by disabling your ad blocker.

Please Disable your adblocker and Refresh the page to view the site content.