Skip to content
View wendy-ngan's full-sized avatar

Block or report wendy-ngan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
wendy-ngan/README.md

wendy-ngan

nwplus learn day git workshop

First clone a repository on VSCode

Some basic Git commands are:

git status
git add .
git commit -m "message"
git push
git branch #check branches
git branch <new-branch> #create new branch
git checkout <branch-name> #go to a specific branch
git push -u origin <branch-name> #push branch up to remote repo from local
git checkout main #go to main/master
git merge <branch-name> #merge branch to main

Popular repositories Loading

  1. vpd_crime_visual vpd_crime_visual Public

    Vancouver reported crime incidents visualization tool

    R

  2. wendy-ngan wendy-ngan Public