Changes between Version 5 and Version 6 of PadrePluginGit
- Timestamp:
- 09/12/12 11:18:46 (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PadrePluginGit
v5 v6 38 38 === local 39 39 * Staging 40 * Add file41 * Add all42 * reset HEAD file ( unstage )40 * Stage File 41 * Stage All 42 * Unstage File ( reset HEAD file ) 43 43 * Commit 44 44 * Commit File 45 45 * Commit Project 46 46 * Commit amend 47 * git commit -a ( stages and commits all)47 * Commit All ( stages and commits all -> git commit -a) 48 48 * Checkout 49 49 * Checkout File … … 54 54 * Diff 55 55 * Diff of File 56 * Diff of staged File57 * Diff of Dir 56 * Diff of Staged File 57 * Diff of Directory 58 58 * Diff of Project 59 59 * Log … … 65 65 66 66 67 **NB.** All actions on a File assume current in editor. 68 69 67 **NB.** 68 * File assume current in editor. 69 * Directory within project 70 * Project -> project_dir 70 71 71 72 ----
