Skip to content

blnche/VERSIONING_DAY1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TP01

Repositories

Keep a version of your code

Commits

A version of your code updating your working branch code with a message specifying what changed

Branches

Different version of our code, main/master is the public/user accesed one and we have other branches for fix or bugs

Merges

When you push one branch's code to another

Meaning of -u in git push -u origin main

Allows to push code to our main branch from our local branch without having to rewrite which branch it is (main/master)

Tags

Allows to make a commit where/when the branch is stable I WANT CONFLICTTT AND I.WILL.HAVE.IT!!!!

Gitignore is pretty cool

testing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors