Skip to content

szekongchan/coaching14

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 

Repository files navigation

coaching14

Overview

Group activity to familiarize with git

Commands

  1. git init - initializes a git repository
  2. git status - shows changes made to repository, categorised by tracked/untracked.
  3. git diff - show the diff between staging and local repo
  4. git add <filename>
  5. git reset <filename>
  6. git commit -m "<descriptive message>" - commit from staging to local repo
  7. git log - display historical logs of staging
  8. git branch <branch name> create new branch
  9. git checkout <branch name>
  10. git merge <branch name>
  11. git branch -d <branch name>

Code Contributors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors