About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (20)
- Development (201)
- Security (17)
- Test (30)
- Tooling (160)
- Uncategorized (159)
Most used tags
Tag Archives: git
Week roundup
Last week recap and links: Most Popular Featured Bags and Workspaces of 2015 on lifehacker.com New Year, new Git release my favourite source control just got better Wired Magazine on iPad limited $9,99 year subscription offer (until January 11) Image courtesy of kanate … Continue reading
Week 1 roundup
Happy New Year. Welcome to 2015. Here are some links I found interesting. Git support in Visual studio sometimes needs a delete .git\ms-persist.xml to resync with the remote repository (kills the cache) Azure Cross-Platform Command-Line Interface. Use node.js to administer … Continue reading
Posted in Uncategorized
Tagged azure, cross platform, git, roundup, visual studio, WPF
Leave a comment
GIT code review in visualstudio.com
In the 10 June update of Visual Studio Online the Review and Merge code with Pull Requests feature was added. This means code review for GIT is finally here. Prepare for code review We use SourceTree with GitFlow. I’ve created … Continue reading
Posted in Development
Tagged code review, git, gitflow, sourcetree, visualstudio.com
Leave a comment
Week 15 roundup
Last week recap an links: We edited our CI build to use the GitTemplate.12.xaml. This allows use to create a work item when the build fails. Read more on msdn. For those who are not aware of the Heartbleed bug. … Continue reading
Undo git reset –hard
To remove some unhappy commits I executed a git reset –hard. Unfortunately the hangover of missing some files was shortly after. I’ve read this post about undoing it. And it worked. This listed a lot of files and commits. I … Continue reading