Explore >> Select a destination


You are here

nicolaiarocci.com
| | betterdev.blog
6.4 parsecs away

Travel
| | Git allows us to define aliases, which are our own commands we can use. Here I will show Git aliases that I use in everyday work. With explanation.
| | dylanpaulus.com
3.7 parsecs away

Travel
| | Have you ever found yourself in the middle of coding a feature, only to receive a notification that production is down? If you're using Git, you now have a few options: commit your work, stash your work, or discard your work. Each of these options has its own set of problems, depending on the situat...
| | www.integralist.co.uk
4.5 parsecs away

Travel
| |
| | citizen428.net
26.7 parsecs away

Travel
| I originally wrote this article for Codementor in October 2014. It should have something for everyone, from fairly new git users to experienced developers. 1. Discard local file modifications Sometimes the best way to get a feel for a problem is diving in and playing around with the code. Unfortunately, the changes made in the process sometimes turn out to be less than optimal, in which case reverting the file to its original state can be the fastest and easiest solution: