Tag: git
-
If you are a software developer, you probably have created a GitHub account to manage, share and learn code. To make your contribution public, GitHub is the right place for open source. However, the hosting service of private repositories on GitHub is not free. If you want to co-work with...
-
Basic Steps: Login to Github or SourceForge to fork (not clone) a project. Clone the forked project from your remote repo to your local disk. Coding and commit changes to your local repo. Push your changes to your remote repo. Send a merge request to the project owner. The project...
-
Microsoft has released Visual Studio 2013 Preview, and announced the availability of Git for Visual Studio and Team Foundation Service. Today, let’s go through the new experience of version control in VS 2013 Preview. Account Creation Microsoft provides Team Foundation Service Free Plan for up to 5 users. I’m using...