Skip to content

Instantly share code, notes, and snippets.

@haocs
haocs / daily-git-command.md
Last active July 23, 2018 22:44
A collection of my daily use Git commands
# Remotes: upstream, origin, team
# Branchs: dev, feature

# Set Remote
git remote add upstream "upstream url"
git remote add team "team url"
# Check remote details
git remote -v