Skip to content

gitpypy/learnpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

Git is a distributed version control system.
Git is a free software distributed under the GPL.
Git has a mutable index called stage.
Git tracks changes of files.
Git add once.
Git add twice commit.
My stupid boss still prefers SVN.
Creating a new branch is quick and simple.
Switched to a new branch 'dev'.
Git stash is a temporary solution for interrupted half-finished work.
#! -*- utf-8 -*-
The following tables contain all the basic vi commands.
Fatal: cannot do a partial commit during a merge.
I ran git pull that ended in a conflict.
Git error on commit after merge.
git push origin branch-name
git checkout -b branch-name origin/branch-name
git branch --set-upstream branch-name origin/branch-name
This branch is 7 commits ahead, 4 commits behind master.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published