Skip to content

This repo holds an overview of git commands and processes. I put this together as a helper repository.

Notifications You must be signed in to change notification settings

thatjsprof/git_principles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

Git helper methods

Starting a new project

git init
git add .
git commit -m "<your-commit-message>"
git branch -M main
git remote add origin https://github.com/<your-github-username>/<repository-name.git>

Joining an existing repository: There are 2 ways to do this

  1. Forking the repo from your github dashboard
  2. Cloning the repo from your github dashboard or running the command below from the folder:

git clone

About

This repo holds an overview of git commands and processes. I put this together as a helper repository.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published