#git
Read more stories on Hashnode
Articles with this tag
A list of tools you can use with git to make your life easier. Tab Autocomplete What's My Branch? git GUI Clients Associating Git with Your Text...
I only learned about these commands because I was complaining about git not reliably tracking changes to files I made in the GUI (Finder, VS Code)....
When you think you've lost work, don't #gitPanic. As far as your commit history goes, git may as well be Ironborn, repeating "what is dead may never...
Documentation in GitHub goes far beyond a repo README. Market Your Repos Market Yourself Best Practices Wikis and Discussions Market Your...
Just realized you've been working in the wrong branch? Forgot to pull before you started working? Think of git stash as stuffing your working...
There is no squash rebasing because you can use an interactive rebase to rewrite your commit history. Once you understand this powerful tool, people...