Recent Changes - Search:

PmWiki

pmwiki.org

edit SideBar

SourceCodeManagement

Main.SourceCodeManagement History

Hide minor edits - Show changes to markup

September 06, 2016, at 05:50 PM by 108.171.133.178 -
Added lines 35-37:

GitHub - DanielVartanov/willgit: Miscellaneous Git Tools (Including git-wtf). Mirror of William Morgan's repo at git@gitorious.org:willgit/mainline.git
willgit/git-wtf at master · DanielVartanov/willgit · GitHub (Description of what the git-wtf tool is and does)

August 30, 2016, at 08:46 PM by 108.171.133.178 -
Added lines 33-34:

$ command line ruby cheat sheets (for git)

May 30, 2014, at 06:28 PM by 204.101.2.194 -
Added lines 7-8:

Git - Basic Branching and Merging

November 08, 2013, at 09:10 PM by 204.101.2.194 -
Added lines 29-30:

gup: A friendlier git pull --rebase – Jason Codes

November 08, 2013, at 09:07 PM by 204.101.2.194 -
Added lines 25-28:

How to undo the last Git commit? - Stack Overflow (See the second answer)

version control - Undo 'git add' before commit - Stack Overflow

November 01, 2013, at 08:38 PM by 204.101.2.194 -
Added lines 23-24:

git ready » temporarily ignoring files

June 06, 2013, at 02:22 PM by 204.101.2.194 -
Added lines 19-22:

git - How to stash only one file out of multiple files that have changed - Stack Overflow

how can I git stash a specific file? - Stack Overflow

July 27, 2011, at 07:38 PM by 207.236.74.43 -
Added lines 15-18:

Why Git is Better Than X

Why Git Ain’t Better Than X « Unspecified Behaviour

January 31, 2011, at 01:56 PM by 207.236.74.43 -
Added lines 42-47:

Rational ClearCase

Cleartool lshistory command documentation

November 18, 2010, at 12:02 AM by 207.236.74.43 -
Added lines 3-4:

The version control timeline (from the Plastic SCM blog)

August 26, 2009, at 04:58 PM by 192.28.0.21 -
Added lines 1-2:

Making Sense of Revision-Control Systems

February 04, 2008, at 06:57 PM by 192.28.2.48 -
Changed lines 13-15 from:

Branching with Eclipse and CVS (2 parts) Command-line CVS Branch and Merge example

to:

Branching with Eclipse and CVS (2 parts)
Command-line CVS Branch and Merge example

February 04, 2008, at 06:57 PM by 192.28.2.48 -
Added line 13:

Branching with Eclipse and CVS (2 parts)

Changed lines 15-16 from:

Branching with Eclipse and CVS (2 parts)

to:
January 29, 2008, at 07:20 PM by 192.28.2.48 -
Changed lines 13-15 from:

CVS Branch and Merge example 1
Branching with Eclipse and CVS 2

to:

Command-line CVS Branch and Merge example
Branching with Eclipse and CVS (2 parts)

December 21, 2007, at 12:57 AM by 72.137.33.130 -
Changed lines 13-14 from:

Branching with Eclipse and CVS

to:

CVS Branch and Merge example 1
Branching with Eclipse and CVS 2

October 03, 2007, at 06:09 PM by 192.28.2.48 -
Added lines 13-14:

Branching with Eclipse and CVS

October 03, 2007, at 05:46 PM by 192.28.2.48 -
Changed lines 13-14 from:

http://www.velocityreviews.com/forums/t153016-cvs-branching-with-eclipse.html

to:

From http://www.velocityreviews.com/forums/t153016-cvs-branching-with-eclipse.html:

October 03, 2007, at 05:46 PM by 192.28.2.48 -
October 03, 2007, at 05:46 PM by 192.28.2.48 -
Changed lines 24-33 from:

usual to check your modifications in and out. You can also switch between branches as often as you'd like, but make sure all your changes are committed first or they'll be overwritten.

'''When you're ready to merge changes from one branch to another, first switch to the target branch -- the one you're merging into. Then right-click on the project, select Team > Merge, and input the name of the branch and its starting tag.''' You'll need to resolve any conflicts by using the Synchronize view.

to:

usual to check your modifications in and out. You can also switch between branches as often as you'd like, but make sure all your changes are committed first or they'll be overwritten.

When you're ready to merge changes from one branch to another, first switch to the target branch -- the one you're merging into. Then right-click on the project, select Team > Merge, and input the name of the branch and its starting tag. You'll need to resolve any conflicts by using the Synchronize view.

October 03, 2007, at 05:45 PM by 192.28.2.48 -
Changed line 24 from:

usual to check your modifications in and out. '''You can also switch

to:

usual to check your modifications in and out. You can also switch

Changed lines 26-27 from:

are committed first or they'll be overwritten'''.

to:

are committed first or they'll be overwritten.

October 03, 2007, at 05:45 PM by 192.28.2.48 -
Changed line 24 from:

usual to check your modifications in and out. You can also switch

to:

usual to check your modifications in and out. '''You can also switch

Changed lines 26-28 from:

are committed first or they'll be overwritten.

When you're ready to merge changes from one branch to another, first

to:

are committed first or they'll be overwritten'''.

'''When you're ready to merge changes from one branch to another, first

Changed line 31 from:

the branch and its starting tag. You'll need to resolve any conflicts

to:

the branch and its starting tag.''' You'll need to resolve any conflicts

October 03, 2007, at 05:39 PM by 192.28.2.48 -
Added lines 10-39:

CVS

http://www.velocityreviews.com/forums/t153016-cvs-branching-with-eclipse.html

First, you need to make sure you're working on the correct branch before you make changes. You can switch between branches by right-clicking on the project in the left-hand panel and selecting Replace With > Another Branch or Version. This will show any branches you've created, plus the main HEAD branch. The project's icon should show the name of the current branch, if one other than HEAD has been selected.

Once you have the branch checked out, you can synchronize with it as usual to check your modifications in and out. You can also switch between branches as often as you'd like, but make sure all your changes are committed first or they'll be overwritten.

When you're ready to merge changes from one branch to another, first switch to the target branch -- the one you're merging into. Then right-click on the project, select Team > Merge, and input the name of the branch and its starting tag. You'll need to resolve any conflicts by using the Synchronize view.

The Eclipse documentation has a lot of useful information on working with CVS, by the way; it's in the Workbench User Guide. Hope this helps!

-- David Wahler

September 18, 2007, at 03:55 PM by 192.28.2.48 -
Added lines 1-2:

Git

September 18, 2007, at 03:55 PM by 192.28.2.48 -
Added lines 6-7:

Linus Torvalds on Git, KDE and design decisions

September 18, 2007, at 03:38 PM by 192.28.2.48 -
Changed lines 1-2 from:

Eclipse Git Plugin

to:

Eclipse Git Plugin

September 18, 2007, at 03:38 PM by 192.28.2.48 -
Added lines 1-5:

Eclipse Git Plugin

Branching and merging with git (tutorial)

Git Cheat Sheet

Edit - History - Print - Recent Changes - Search
Page last modified on September 06, 2016, at 05:50 PM