Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zzy979/learn-git
- Owner: ZZy979
- License: unlicense
- Created: 2020-08-16T05:53:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-12T16:09:11.000Z (8 months ago)
- Last Synced: 2024-05-13T16:25:50.003Z (7 months ago)
- Language: Python
- Homepage: https://www.liaoxuefeng.com/wiki/896043488029600
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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 2What 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.