{"id":2634,"date":"2021-08-27T21:37:50","date_gmt":"2021-08-27T12:37:50","guid":{"rendered":"https:\/\/dev-n8finch.pantheonsite.io\/?p=2634"},"modified":"2021-08-27T21:57:15","modified_gmt":"2021-08-27T12:57:15","slug":"personal-git-commands-and-setup","status":"publish","type":"post","link":"https:\/\/n8finch2024.local\/personal-git-commands-and-setup\/","title":{"rendered":"Personal Git Commands and Setup"},"content":{"rendered":"\n

Just about everyday, I’m working on and committing code to a repository using Git<\/a>. This is pretty standard for developers today, and just like any developer, I decided that writing out git status<\/code>, git add -p<\/code>, git commit -m...<\/code>, etc., was just too<\/em> much work 😂 🤓.<\/p>\n\n\n\n

This lead me to spend several hours putting together some quick Bash scripts (“scripts” sounds waaaaaay cooler than what I actually did). Here are the replacements I’ve made, and if you want to, you can add these to your .bash_aliases<\/code>, and make sure that’s included in your .bash_profile<\/code>, included in your PATH<\/code>, etc. You can see the full gist of the alias commands below.<\/p>\n\n\n\n

The Basics<\/h2>\n\n\n\n

These are the simple starters, commands I use all the time:<\/p>\n\n\n\n