Skip to content

lyoung0819/codingtemple-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

First Repository

This is my very repository with the Kekambas 142 cohort.

Git Commands

  • git init to create a new repository
  • git add <filename> or git add . to add files to staged changes
  • git commit -m "Your Message Here" to commit (or take snapshot)
  • git remote add <remote_name> <remote_URL> to add remote connection to GitHub
    • <remote_name> will usually be origin
    • <remote_url> is the URL to GitHub Repository git push <remote_name> <branch_name> to send commits to Github -<remote_name> will usually be origin -<branch_name> will usually be main
    • You can add -u flag to command to set up tracking
  • Create a new branch git checkout -b <branch-name>
    • Use git checkout <branch_name> to switch branches
    • Use git branch to get a list of existing branches

About

First repository with Kekambas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages