DotNetShoutout - Stories tagged with Git
4
Shouts

Running your TeamCity builds from PowerShell for any Git branch

published 463 days, 12 hours, 54 minutes ago posted by http://laurentkempe.myopenid.com/http://laurentkempe.myopenid.com/ 470 days, 14 hours, 57 minutes ago
Monday, February 13, 2012 8:04:31 PM GMT Monday, February 06, 2012 6:01:00 PM GMT
I love TeamCity and use it since a while to automate my build/release processes. As human we should never do the work a machine can do, we have certainly better and more interesting things to do. The habit I saw in the different projects I worked for is to create new TeamCity builds for the branches you work on. It take quite some work to do, even with templates… So I came with another way of doing it. It is leverage Git, PowerShell and the possibility to run TeamCity builds by “Accessing Server by HTTP” (more)
category: Agile | clicked: 10 | comment | | source: www.laurentkempe.com
tags: Git, Powershell, TeamCity
3
Shouts

Using Git with Subversion

published 482 days, 1 hour, 37 minutes ago posted by Matt_TCFMatt_TCF 488 days, 5 hours, 3 minutes ago
Thursday, January 26, 2012 7:21:11 AM GMT Friday, January 20, 2012 3:55:24 AM GMT
Do you love Git? Are you working on a project that’s using Subversion? Well, did you know that Git actually integrates quite nicely with Subversion right out of the box? I’ll show you what you need to know to get started with Git and Subversion, and I’ll show you the workflow I use for keeping my work in sync with everyone else on my team. (more)
category: Agile | clicked: 24 | comment | | source: trycatchfail.com
tags: Git, Subversion
2
Shouts

Cleaning Up Your Git Repository For NuGet 1.6

posted by http://managedfusion.com/http://managedfusion.com/ 525 days, 10 hours, 6 minutes ago
Tuesday, December 13, 2011 10:52:20 PM GMT
13Dec2011TweetCleaning Up Your Git Repository For NuGet 1.6 No CommentsHow To, News, Programming NuGet 1.6 was released today. And with it came some great new features, one that I am particularly excited about is.Using NuGet Without Checking In Packages (Package Restore) NuGet 1.6 now has first class support for the workflow in which NuGet packages are not added to source control, but instead are restored at build time if missing. For more details, read the Using NuGet without committing packages to so... (more)
category: Architecture | clicked: 7 | comment | | source: coderjournal.com
tags: Git, NuGet
5
Shouts

Choosing an Online Source Control Solution

posted by chrispoulterchrispoulter 727 days, 45 minutes ago
Thursday, May 26, 2011 8:12:56 AM GMT
I have been developing applications at home for a while now. I have my own libraries and coding structures. All my applications are stored on a local disk drive and manually backed up to an external drive whenever I can remember to do it. However in this environment creating branches of code or experimenting with code changes becomes extremely difficult. I also like to have access to my code at work and often end up carrying copies around on portable flash drives. So I felt it had become time to... (more)
category: Architecture | clicked: 5 | comment | | source: www.chrispoulter.com
tags: Git, winmerge, Subversion, Source Control, freepository, ankhsvn, tortoise svn
8
Shouts

Adding Git Command Line To Visual Studio

published 795 days, 17 hours, 44 minutes ago posted by http://managedfusion.com/http://managedfusion.com/ 796 days, 12 hours, 51 minutes ago
Friday, March 18, 2011 3:14:29 PM GMT Thursday, March 17, 2011 8:07:03 PM GMT
17Mar2011TweetAdding Git Command Line To Visual Studio No CommentsHow To If you are an avid Git user like I am, but also happen to work in a Visual Studio environment, you know that getting to your Git Bash command prompt is anything but easy. My typical process looks probably something like yours:Open Visual StudioOpen your project you are working onRight click on a folder in the project and choose “Open Folder in Windows Explorer”Back your way up through the folders in Windows Explorer t... (more)
category: Agile | clicked: 0 | comment | | source: coderjournal.com
tags: Git, Visual Studio, how to
2
Shouts

Github commits activity widget

posted by http://www.beletsky.net/http://www.beletsky.net/ 813 days, 19 hours, 48 minutes ago
Monday, February 28, 2011 1:09:52 PM GMT
The most important factor about each open source project is how much community is active around this project. It is good to understand the factor. One of the indicators of activity is of cause commits to repository. You probably want to demonstrate how much active your project is by placing some information on a web site. Having this idea on my mind I created github.commits.widget, small javascript that could be easily integrated to your website and show something like this: Note, it is not just h... (more)
category: Agile | clicked: 0 | comment | | source: www.beletsky.net
tags: Git, Widget, JavaScript
5
Shouts

How to configure Git on Windows

posted by SajuukSajuuk 1068 days, 19 hours, 8 minutes ago
Friday, June 18, 2010 1:50:10 PM GMT
« How to install Git on WindowsHow to configure Git on Windows In the previous article, I’ve shown how to install Git on Windows 7, but before you can start using it, there’s some basic configuration that needs to be done. In this article I’ll show how to setup your user name and email address, and configuring external tools like Notepad++ and Beyond Compare to edit your comments and to visualize changes in your code. Before proceeding, open Cygwin bash shell (Start –> All Programs -> Cygwin -> Cygwin... (more)
category: Agile | clicked: 0 | comment | | source: blog.laranjee.com
tags: Git, Cygwin
8
Shouts

The Case for Git Rebase - Gabe da Silveira

published 1104 days, 7 hours, 24 minutes ago posted by DustinDustin 1104 days, 16 hours, 44 minutes ago
Friday, May 14, 2010 1:34:20 AM GMT Thursday, May 13, 2010 4:14:05 PM GMT
When you first sit down with git they tell you to watch out for rebase. “Git is fast. Git is great. Git gets merging right. If you screw up git reflog has your back. But watch out for rebase, as long as you avoid rebase you’ll never get in too far over your head.” Okay, I can see the wisdom in that. In fact for the first year I avoided rebase almost entirely. I read Rebase Considered Harmful early on and it reaffirmed my choice. But as I came to... (more)
category: How To | clicked: 0 | comment | | source: darwinweb.net
tags: Git, GitHub
8
Shouts

Starting and using Git successfully - Jimmy Bogard

published 1104 days, 7 hours, 24 minutes ago posted by KluggerKlugger 1104 days, 16 hours, 59 minutes ago
Friday, May 14, 2010 1:34:20 AM GMT Thursday, May 13, 2010 3:59:34 PM GMT
It took quite a while (around 2 months) for me to finally become comfortable with Git.  Why so long?  One of the benefits of Git is that it’s very powerful.  It’s also one of the drawbacks.  It was a bit of a journey to unlearn all the knowledge and habits I’ve picked up with SVN and TFS over the years.  Along the way, I picked up a few pointers around using Git that have made using Git a much better experience, that I wish I had when I first started with Git.Learn Git Sounds... (more)
category: How To | clicked: 0 | comment | | source: www.lostechies.com
tags: Git, GitHub