|
You are here |
dunnhq.com | ||
| | | | |
rys.sommefeldt.com
|
|
| | | | | ||
| | | | |
hisham.hm
|
|
| | | | | Personal webpage of Hisham Muhammad, developer of htop, LuaRocks and GoboLinux. | |
| | | | |
ryanharter.com
|
|
| | | | | If you checkout the Android Development community on Google+, you'll find a lot of people asking how to get started building an app for Android. Though quite a general question that can't really be answered in a social post, I understand how frustrating it can be to figure out where to get started. There are plenty of tutorials on the web about how to accomplish specific tasks, but these generally don't cover the higher level parts of app development like version control and layout analysis. | |
| | | | |
www.brandonpugh.com
|
|
| | | If you've ever worked on a project with me then I've probably recommended at least one of these config settings in git. git config --global pull.rebase true - tells git to always pull with rebase instead of merge (the equivalent of pull --rebase). This not only saves you having to type the flag every time, but also ensures gui clients will also use rebase when pulling. Note: You should only enable this if you're comfortable with rebasing. | ||