8000 GitHub - chandlerz/learningGit: my first git repository for learning git
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chandlerz/learningGit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Git is a distributed version control software
Linus wrote the software
Git has a mutable index called stage

We will see how the local repository syncing with the remote one
Use command
	git push origin master

Creating a new branch is quich with git

<<<<<<< HEAD
Create a new branch is quick and simple
=======
Create a new branch is quick and simple
>>>>>>> feature1

About

my first git repository for learning git

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0