-
git init (initialise a local git repo)
-
git add . (adds all files to local repo to be committed)
-
git commit -m "message"
-
git branch -m main (changes branch name to main. git branch --list to show all local branches)
-
git remote add origin https://github.com/Woody3797/day05.git (or whatever repo url is)
-
git push -u origin main (pushes to main branch in repo)
-
git pull / git pull origin main
-
Notifications
You must be signed in to change notification settings - Fork 0
Woody3797/day05
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published