Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/epicmet/pam
Update your branch with just one command.
https://github.com/epicmet/pam
git shell shell-script
Last synced: about 2 months ago
JSON representation
Update your branch with just one command.
- Host: GitHub
- URL: https://github.com/epicmet/pam
- Owner: epicmet
- License: mit
- Created: 2021-12-15T08:59:55.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-28T20:50:59.000Z (about 3 years ago)
- Last Synced: 2024-02-18T13:26:30.834Z (11 months ago)
- Topics: git, shell, shell-script
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PAM
PAM of Pull And Merge is just a simple shell script that automates exaclly what it sounds like. You provide two branches, one for pulling and one for merging into it, then pam does its job.
## Installation:
For installing pam, just run this command on your commandline.
```shell
wget -O - https://raw.githubusercontent.com/MahdiAghaei1/pam/master/install.sh | bash
```### Your feedback:
As a newbie in shell scripting I love to see your feedbacks and even PRs :heart_eyes:. There are some stuff in .idea/TODO.md btw.