-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ec365a0
commit e79bafc
Showing
10 changed files
with
42 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
/target | ||
/.vscode/ | ||
/.idea/ |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Architecture | ||
|
||
## High level architecture | ||
|
||
 | ||
|
||
## Workflows | ||
|
||
### 1. Workflow for default command | ||
|
||
- For everything of git from stash to commit, push, every common commands one may use! | ||
|
||
 | ||
|
||
### 2. Workflow for bgit-init | ||
|
||
- To initialize `bgit`, called as post-install hook at install | ||
|
||
 | ||
|
||
### 3. Workflow for bgit-check | ||
|
||
- To do maintenance tasks like gc, filtering commits etc | ||
|
||
 | ||
|
||
## Planned Features | ||
|
||
1. Using platform specific conditional hooks, with more granular control, like post clone etc. (Helpful to get started with a project fast!) | ||
2. Local gitignore that is not pushed along with the current files. | ||
3. Custom rules that disallows changes in specific files unless required! Respecting `CODEOWNERS` files! |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.