Comptia Linuxxk0004 14 2 1 Version - Control - With - Git
Comptia Linuxxk0004 14 2 1 Version - Control - With - Git
Problem
Version control
Git
Download a repo
[?] What if we are starting from scratch? How do we make our own repo?
View status
git status
[?] Now that the repo is initialized, do we just copy our files over?
git add .
git status
Save changes
View changes
git log
Branching
List branches
git branch
Create a branch