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 flowShare this:TwitterFacebookLike this:Like Loading... Related Tags: Gitgitflow Share September 1, 2022 by God Monkey Git for monkey Monkey 0