OpenHatch git workflow: Difference between revisions

no edit summary
imported>Paulproteus
m (moved Openhatch git workflow to OpenHatch git workflow: Capitalize OpenHatch)
imported>Jacquiesue
No edit summary
Line 21:
 
Note: The <code>git log</code> and <code>gitk</code> commands aren't modifying your patch, these commands are run to track your changes, and see what state your patch is in, in comparison to the origin
 
= Submitting a patch =
Find your patch file that has been generated from the <code>git format-patch</code> command. In your current directory you can run
<code>ls -lrt</code> which will list your files in time-sort order. Listing the
newest modified files at the bottom. Look for the file similar to
<code>0002-Updated-the-default-case-for-people-search-AllTagsQu.patch</code>. This file
or these files will need to be added to the bug tracker... if we are still doing this.
The alternative is just using github, which some people are starting to look into.
 
 
= Other useful commands =
Anonymous user