You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -37,9 +37,14 @@ The `git-slice` script provides a convenient way to push changes from specific f
37
37
- If there are conflicts when pushing changes to a remote repository, the script will create a pull request on GitHub.
38
38
- The script will exit with an error if any command fails (`set -euo pipefail`).
39
39
40
-
## Author
40
+
## Authors
41
41
42
-
This script was written by Mohammed Amin Boubaker.
42
+
- This fork was created and maintained by [Mohammed Amin Boubaker : @CodeIter](https://github.com/CodeIter).
43
+
- The original script was written by [Buckaroo Banzai : @BuckarooBanzay](https://github.com/BuckarooBanzay).
44
+
45
+
## Credit
46
+
47
+
The original idea come from [minetest-game/repo_slicer](https://github.com/minetest-game/repo_slicer) by [Buckaroo Banzai : @BuckarooBanzay](https://github.com/BuckarooBanzay).
0 commit comments