Skip to content

iom-future/mastering-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mastering git

learning git with JavaScript mastery

what I learnt

  • installing git
  • configuring git
  • initializing git
  • changing branch name
  • adding files to staging are
  • commiting files(tracking files)
  • pushing files to remote repo(GitHub)
  • time travel to previous commit and returning
  • discard changes made in previous commit(when moving to the current one)
  • branching and merging
  • moving to other branches(create and move,create before moving)
  • creating a branch based on another branch without a single git command

concept i learnt

  • staging area

  • commit

  • repository(local repo and remote repo)

  • HEAD(detached head)

  • branches

  • making this changes from the new-feature branch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published