Quantcast
Viewing all articles
Browse latest Browse all 5189

2.1 Git Basics - Getting a Git Repository

You can accomplish that with a few git add commands that specify the files you want to track, followed by a git commit: $ git add *.c $ git add LICENSE $ git commit -m 'initial project version' We’ll go over what these commands do in just a minute.

Viewing all articles
Browse latest Browse all 5189

Trending Articles