Skip to content

mtexdecoder/hellowWorld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Commands so far..

mkdir 
cd 
git init
git add filename.txt
git status
git commit -m "message for commit"
git diff
git config --global user.username = "yourUsername"

git remote add <REMOTE NAME> <URL>
git remote set-url <REMOTE NAME> <URL>
git pull <REMOTE NAME> <BRANCH NAME>
git push <REMOTE NAME> <BRANCH NAME>
git remote -v

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published