Explore >> Select a destination


You are here

vladimirzdrazil.com
| | yasoob.github.io
2.7 parsecs away

Travel
| |
| | www.brandonpugh.com
1.4 parsecs away

Travel
| | If you've ever worked on a project with me then I've probably recommended at least one of these config settings in git. git config --global pull.rebase true - tells git to always pull with rebase instead of merge (the equivalent of pull --rebase). This not only saves you having to type the flag every time, but also ensures gui clients will also use rebase when pulling. Note: You should only enable this if you're comfortable with rebasing.
| | honza.pokorny.ca
2.2 parsecs away

Travel
| | Thoughts of an open source developer with a theology degree. Honza Pokorný is a web developer and an armchair theologian in Halifax, Canada
| | 128bit.io
15.1 parsecs away

Travel
| I been trying to use Git more and more to help me learn it. My first step was using it for the pre on this blog but I have also been using it on some small projects I been work on for myself. Git works just fine locally and still is able to use all the features it has but to really take advantage of Git you need to setup a remote repository and here is how to do it.