forked from tkrajina/TinyLayerAroundGit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO.txt
31 lines (30 loc) · 832 Bytes
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
- "Working" icon while git command is executing
- blue instead of green in console
- clear console for every git run
- show current branches for selection
- "add to .gitignore" for file
- backup all git projects
- push, pull
- open conflict files after merge
- branch management
- add branch
- remove branch
- list remote branches
- remove remote branches
- rename branch
- file history
- diff of two versions of file
- checkout file from another branch
- context menu on working sets
- custom (user added) git command in menu
- when switching branches -- show the current branch(es)
- scrollbars on branch list
DONE:
- gitk
- show current branch on top of list
- "edit .gitignore" command
- "Run git command" command
- "Choose branch" dialog
- menu on every project file
- git gc
- project refreshing (not executed at all!)