Skip to content

mavenskylab/git-commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

git-commands

Initialise Git

git init

Rename branch

git branch -m master main

Update local files

git pull

Add files

git add .

Commit files

Unsigned commit

git commit -m "Commit message"

Signed commit

git commit -m "Commit message" -S

Push files

git push

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published