8000 GitHub - Brainhack-Donostia/gitBCBL: This repo is for BCBLians to practice, forking, branching, merging and pull requesting
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Brainhack-Donostia/gitBCBL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-handson

oh my git


This repo is for BCBLians to practice, forking, branching, merging and pull requesting

what is git?

Git is a version control manager. SO yes, you can actually use it to track changes on your thesis instead of having :

  • final version
  • final final version
  • final version (god save me)
  • final final final version (I want my degree)

git thesis

So, git was developed by the same human that created the Linux kernel. Gossip says that he created it because it was a mess to keep track of the work done to the linux kernel (the jellies of linux). So this means that git is a tool that will let you track changes, go back in time, but also colaborate with other people. Sooo cool! 🔥

Now, you can use git in any OS that you want, which makes it super powerful. To start using git you need a git account, either from evil Microsoft 👿 (github) or from cool hippies 👼 (GitLab). You can always use github and say people that you started using it before it was sold to Microsoft!

Check this info out!

Check this sources for more in detail information. Remember this is an intro!

GIT commands

  • git push
  • git status
  • git commit -m "string message"
  • git checkout
  • git branch
  • git diff
  • git add

About

This repo is for BCBLians to practice, forking, branching, merging and pull requesting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0