https://github.com/seung-seop-ahn/company-commit-script
Company commit history logging scripts
https://github.com/seung-seop-ahn/company-commit-script
git
Last synced: 2 months ago
JSON representation
Company commit history logging scripts
- Host: GitHub
- URL: https://github.com/seung-seop-ahn/company-commit-script
- Owner: seung-seop-ahn
- Created: 2024-06-02T13:21:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-02T13:24:26.000Z (about 2 years ago)
- Last Synced: 2024-06-02T14:47:14.765Z (about 2 years ago)
- Topics: git
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to company-commit-script 👋
> Typically we have multiple GitHub accounts. In most cases, there will be separate company accounts and personal accounts. As we spend a lot of time and work at the company, our efforts are not expressed in our personal accounts. So I created a script so that the company history can be left on my personal account.
## Install
- Create personal repository
```sh
mv script/post-commit (your_project)/.git/hooks/
chmod +x (your_project)/.git/hooks/post-commit
```
## Author
👤 **Kevin Ahn**
* Github: [@seung-seop-ahn](https://github.com/seung-seop-ahn)
* LinkedIn: [@seung-seop-ahn](https://linkedin.com/in/seung-seop-ahn)