Skip to content

Instantly share code, notes, and snippets.

View Navds's full-sized avatar

Navalona Ramanantoanina Navds

  • Antananarivo, Madagascar
View GitHub Profile
@Navds
Navds / git_most_used_command.md
Last active May 30, 2018 20:37 — forked from chrismccoy/gitcheats.txt
git most used command

shortform git commands

alias g='git'

get a list of all commit messages for a repo

git log --pretty=format:'%s'
@Navds
Navds / MarkdownCheatsheet.md
Created May 30, 2018 19:31 — forked from Janfy/MarkdownCheatsheet.md
Markdown Cheatsheet
@Navds
Navds / multiple_ssh_setting.md
Last active May 30, 2018 19:15 — forked from jexchan/multiple_ssh_setting.md
Version control quickref

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "your_email@youremail.com"