Skip to content

yguimaraes/playbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Feel free to create a PR to this repository

Code

Markdown

CheatSheet

Ruby

  1. Short Introduction to ruby RubyMonk

  2. Excellent guide to grok main nuances/details in Rub language RubyKoans

OBS. The download link seems broken. Use https://github.com/tibbon/ruby-koans instead

Tools

Git

Git setup

git config --global alias.co checkout
git config --global alias.br branch
git config --global alias.ci commit
git config --global alias.st status
git config --global alias.unstage "reset HEAD"
git config --global alias.lg `log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit`

Autocomplete with Git

autocomplete: completion.bash in https://git-scm.com/book/en/v1/Git-Basics-Tips-and-Tricks

About

Repository with information for new joiners, etc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors