Skip to content

Instantly share code, notes, and snippets.

View cc-visionary's full-sized avatar
🎯
Focusing

Christopher Lim cc-visionary

🎯
Focusing
View GitHub Profile
@nardsqq
nardsqq / git.md
Last active February 5, 2020 06:32
A collection of helpful git commands when working in a team of developers

Git

A collection of helpful git commands when working in a team of developers

To check your repository's remote URL:
git config --get remote.origin.url

Renaming branches

Renaming a separate branch:
git branch -m