-
Notifications
You must be signed in to change notification settings - Fork 0
jijihhhhhh/learngithub
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
$ cat readme.txt Git is a distributed version control system. Git is free software distributed under the GPL. Git has a mutable index called stage. Git tracks changes of files. $ git add readme.txt $ git status # On branch master # Changes to be committed: # (use "git reset HEAD <file>..." to unstage) # # modified: readme.txt # $ git commit -m "git tracks changes"
About
learning
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published