gitflow | git |
---|---|
git flow init |
git init |
git commit --allow-empty -m "Initial commit" |
|
git checkout -b develop main |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
These rules are adopted from the AngularJS commit conventions.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
urxvt.termName: rxvt | |
urxvt.loginShell: true | |
urxvt*urlLauncher: /usr/bin/chromium | |
urxvt*perl-lib: /usr/lib/urxvt/perl/ | |
urxvt*perl-ext-common: default,matcher,searchable-scrollback | |
urxvt*font: xft:DejaVu Sans Mono:pixelsize=10 | |
urxvt*boldFont: xft:DejaVu Sans Mono:pixelsize=10 | |
urxvt.scrollBar: false | |
urxvt.saveLines: 65535 | |
urxvt.secondaryScroll: true |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.