Skip to content

DankGuy/gitCLITest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

mkdir directoryName
cd directoryName
git init
uploads any file
git add . // dot means everything, can specify one by one too
git commit -m "commit message"
git branch -M main // main is the branch name
git remote add origin repoLink
git push -u origin main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published