Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zzy979/learn-git

To learn git; To try out things; Playground
https://github.com/zzy979/learn-git

Last synced: about 1 month ago
JSON representation

To learn git; To try out things; Playground

Awesome Lists containing this project

README

        

Git is a distributed version control system.
Git is free software distributed under the GPL.
Git has a mutable index called stage.
Git trackes changes of files.
Creating a new branch is quick and simple.
--no-ff creates a merge commit.
Added by ZZy & cooperator.
Try git pull
Try git fetch
master: Try rebase 3
zzy: Try rebase 1
zzy: Try rebase 2

What does "git pull" pull actually?
What does "git push" push actually? (on branch bar)
What does "git push" push actually? (on branch baz)

multi-line commit message
Subject and body of commit message are separated by a blank line.