Git basic for monkey (Part 1)

Create a new repository

Create a working copy of a local repository by running the command

Add new changing files from working directory to staging

Commit staged files to local repo. Files is committed to HEAD.

Put the change from local to remoted repo.

Update your local repo with newest commit.

Merge another branch to current branch. You may need to resolve conflict.

Git basic flow
Share
%d bloggers like this: