#git
Read more stories on Hashnode
Articles with this tag
Wait, what?! I was today years old when I found out that GitHub has a command line interface 🤯. In the official docs the instructions to install and...
Config Editor .editorconfig EditorConfig helps maintain consistent coding styles for multiple developers working on the same project across various...
Templates for both GitLab and GitHub Use the content that works best for you, here there are mine. TemplateSnippet issue🐙 GitHub snippet pull...
Few commands I found very useful during development. CommandDescription git commit -am "message"add and commit all trakced files git fetch...
After MacOS system upgrade to Catalina, on my computer git did not work anymore. If you happened the same, the following steps resolve it for...
Some useful shortcuts I use with oh-my-zsh git plugin. AliasCommandNotes gbgit branchList of local branches gbagit branch -aList of local and...