do you think www.aws.org runs on aws?
For those inter st in the finest writing of all time https://www-allure-com.cdn.ampproject.org/v/s/www.allure.com/story/best-sex-tip-by-zodiac-sign/amp?amp_gsa=1&_js_v=a6&usqp=mq331AQKKAFQArABIIACAw%3D%3D#amp_tf=From%20%251%24s&aoh=16392879347932&referrer=https%3A%2F%2Fwww.google.com&share=https%3A%2F%2Fwww.allure.com%2Fstory%2Fbest-sex-tip-by-zodiac-sign
By Mislav Marohnić on 20 Feb 2013 git pull --rebase instead of git pull git rebase -i @{u} before git push (on “feature”) git merge master to make feature compatible with latest master (on “master”) git merge --no-ff feature to ship a feature However if “feature” contains only 1 commit, avoid the merge commit: (on “master”) git cherry-pick feature If you enjoy this post, check out my git tips you didn’t know about ! git pull When you want to push your changes to a branch, but someone else already pushed before you, you have to pull in their changes first. Normally, git does a merge commit in that situation. Such merge commits can be numerous, especially between a team of people who push their changes often. Those merges convey no useful information to others, and litter the project’s history. You should always pull with git pull --rebase . Git can be configured to ...
By Mislav Marohnić on 23 Jul 2010 Notice: some of these commands or flags require git version 1.7.2 . On OS X, upgrade easily with Homebrew : brew install git $ git log --oneline --decorate 7466000 ( HEAD , mislav/master , mislav ) fix test that fails if current dir is not "hub" 494a414 fix cherry-pick of a commit URL 4277848 ( origin/master , origin/HEAD , master ) whoops d270fae bugfix: git init -g 9307af3 test deps 8ccc17e http://github.com/defunkt/hub/contributors 64bb19c bugfix: variable name 546726a dont need you 3a8d7af ( tag: v1.3.1 ) v1.3.1 197f429 ( tag: v1.3.0 ) v1.3.0 a1e1a50 not important 3c6af16 magic `cherry-pick` supports GitHub commit URLs and "user@sha" notation $ git diff --word-diff # Returns a Boolean. def command?(name) `type -t [-#{command}`-] {+#{name}`+} $?.success? end This flag works with other git commands that take diff flags such as git l...