#git

Don't stop git it, git it with these Git tips.

Check out our pinterest page dedicated to git as well!

Using Git Stash

Jun 27, 2019

Git stash is a great way to maintain your current work and switch to another branch quickly.

Git rev parse Uses

Jun 17, 2019

Git has an endless bags of tricks and git rev-parse is no different. It can be used to output some useful information about your Git repo.

Git Remote Tips

Jun 07, 2019

When you're dealing with Git, eventually you'll want to push your code to a remote repository. There are a few useful commands to be aware of.

Back To The Basics: Git Init & Git Branches

May 31, 2019

Git is one of the best tools out there to manage a codebase. Knowing how to initialize a new repo and being able to work under different branches is essential to working in git.

Git Diff Branches

May 24, 2019

Need to tell the difference between two git branches?