Explore tweets tagged as #GitHubHero
GitTip: active dev on Mac OS X? use the cool tools at your disposal. Like the magnificent GitX by rowanj. #GitHub
0
0
0
CodeTip: dont be afraid to make mistakes, crash code, forget to add a free call after a malloc. Enjoy breaking things!. #Coding #Engineering.
0
0
0
GitTip: review merge changes to branch, before committing to branch, by using --no-commit. >git merge --no-commit <remotebranch>. #GitHub.
0
0
0
#GitTip: need to ignore whitespace changes, whilst looking a important ones?. Add '?w=1' to URL to filter out whitespace from diff. Easy!.
0
0
0
GitTip: Avoid overwriting local branch changes with remote changes by using correct merge strategy:. >git merge -s ours <. /branch>. #GitHub.
0
1
0
GitTip: Never underestimate flexibility tools like stash provide, but remember to use -u switch for untracked files! #Github . >git stash -u.
0
0
0
GitTip: conflicts with successive remote branch updates on pull and merge? All in -s strategy!. >git merge -s theirs <remotebranch>. #GitHub.
0
0
0
🦸♂️ GitHub ist kein Bösewicht! Werde zum Superhelden des Codes mit meinem neuesten Blogpost! . . #GitHubHero #SmartHomeBlog #CodingRescue.
0
0
0