Explore >> Select a destination


You are here

chambers.io
| | kennyballou.com
11.3 parsecs away

Travel
| | A backwards introduction to the information manager from hell
| | www.integralist.co.uk
14.3 parsecs away

Travel
| | I thought I would get down in a blog post the different Git commands and tips that I find really useful, because every now and then it seems I need to refer back to these notes (which up until this point have been in a txt file in my Dropbox) if I've not used a particular command in a while. Hopefully you'll find them useful too. Show where Git is installed Show the Git version installed Update your global user details Set-up a global ignore file Adding all files (inc.
| | www.integralist.co.uk
6.8 parsecs away

Travel
| | Introduction General Concept Subcommands: Porcelain and Plumbing The .git directory References and Objects References The HEAD reference Subcommands and References Detached HEAD Object Types Snapshots, Not Differences Tags Remotes Introduction There are many version control systems, but git is undoubtedly the most popular, and regularly used, thanks to online social platforms such as GitHub and GitLab. Yet, it is a tool that is still vastly misunderstood and feared. In this post I aim to take a look at s...
| | www.cesarsotovalero.net
87.2 parsecs away

Travel
| Git is the go-to version control system in software development, created by Linus Torvalds in 2005 for Linux kernel development. It's now an indispensable tool for tracking project history and managing versions. This post covers the key Git commands you need to streamline your development workflow.