Explore >> Select a destination


You are here

ryanharter.com
| | antonz.org
10.3 parsecs away

Travel
| | Interactive introduction to Git with real-world use cases.
| | www.taniarascia.com
5.6 parsecs away

Travel
| | Git is a difficult subject to tackle for self-taught web developers who didn't learn to code with a team. If you've always worked alone and
| | www.sqlservercentral.com
10.8 parsecs away

Travel
| | Learn the basics of Git in this article if you've never used this version control system before. We will cover setting up a repo, adding files, changing them, and getting your history.
| | citizen428.net
70.0 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: