Changes between Version 76 and Version 77 of DeveloperGuidelines/Git


Ignore:
Timestamp:
11/28/13 08:10:02 (11 years ago)
Author:
Fran Boon
Comment:

Need to also git add if there are new files

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Git

    v76 v77  
    141141# N = number of commits to squash
    142142git reset HEAD@{N}
     143git add -A
    143144git commit -am 'Your commit message for the one-big-commit'
    144145# Push to your branch on GitHub, overwriting any previous code there