Skip to content

Woody3797/day05

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Commands

  1. git init (initialise a local git repo)

  2. git add . (adds all files to local repo to be committed)

  3. git commit -m "message"

  4. git branch -m main (changes branch name to main. git branch --list to show all local branches)

  5. git remote add origin https://github.com/Woody3797/day05.git (or whatever repo url is)

  6. git push -u origin main (pushes to main branch in repo)

  7. git pull / git pull origin main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages