Changes between Version 4 and Version 5 of PadrePluginGit
- Timestamp:
- 09/12/12 11:02:59 (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PadrePluginGit
v4 v5 30 30 31 31 after banging my head on git, and being kicked by several to get over it, I decide that the best solution was to update the Git plugin on my little journey of enlightenment. 32 33 32 34 ---- 33 == Usage 35 == Usage 36 * Tools -> Git ( only visible if current file is in a .git repository ) 37 38 === local 39 * Staging 40 * Add file 41 * Add all 42 * reset HEAD file ( unstage ) 43 * Commit 44 * Commit File 45 * Commit Project 46 * Commit amend 47 * git commit -a ( stages and commits all ) 48 * Checkout 49 * Checkout File 50 * Status 51 * File Status 52 * Directory Status 53 * Project Status 54 * Diff 55 * Diff of File 56 * Diff of staged File 57 * Diff of Dir 58 * Diff of Project 59 * Log 60 * log --stat -2 61 * log -p -2 62 * log pretty 63 64 65 66 67 **NB.** All actions on a File assume current in editor. 68 34 69 35 70
