Skip to content

Instantly share code, notes, and snippets.

View waseemhnyc's full-sized avatar
👋

Waseem waseemhnyc

👋
View GitHub Profile

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

$ git remote rm origin
$ git remote add origin git@github.com:aplikacjainfo/proj1.git
$ git config master.remote origin
$ git config master.merge refs/heads/master
@waseemhnyc
waseemhnyc / README.md
Created November 7, 2017 18:49 — forked from hofmannsven/README.md
My simply Git Cheatsheet