Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Commit

Permalink
add: git script
Browse files Browse the repository at this point in the history
  • Loading branch information
kentlouisetonino committed Jan 3, 2024
1 parent 35a1898 commit 301b40a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@


## Local Development
> - Pushing changes to all remote repository.
```bash
# Change permission mode and make it executable.
chmod +x git-push-all

# Push changes to all remote repository.
./git-push-all
```

> - Run the following commands.
```bash
Expand Down
4 changes: 4 additions & 0 deletions git-push-all
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

git push github develop && git push gitlab develop

0 comments on commit 301b40a

Please sign in to comment.