Skip to content

digvalley/letsgit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 

Repository files navigation

letsgit

This is git

common git commands:

// add folders to git project git add .

// commit/add changes git commit -a -m" some message"

// get updated code from the central repo git pull

//create a new branch git branch (name of branch)

//switch to a different branch git checkout (name of branch)

//this pushes the code to a specific branch git push origin (branch name)

//create a new folder mkdir folder-name

//cd change directory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published