update for bash script that checks git signed commit
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2025-08-25 Mert Gör <hwpplayer1@masscollabs>
|
||||||
|
|
||||||
|
* README.md: Turkish and English docs updated for git sign commit bash script
|
||||||
|
|
||||||
2025-08-04 Mert Gör <hwpplayer1@masscollabs>
|
2025-08-04 Mert Gör <hwpplayer1@masscollabs>
|
||||||
|
|
||||||
* README.md: The latest codebase will be released
|
* README.md: The latest codebase will be released
|
||||||
|
@@ -46,6 +46,13 @@ Please read this :
|
|||||||
* https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits
|
* https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits
|
||||||
* https://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key
|
* https://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key
|
||||||
|
|
||||||
|
To check :
|
||||||
|
|
||||||
|
```
|
||||||
|
chmod +x git-sign-check.sh
|
||||||
|
./git-sign-check.sh
|
||||||
|
```
|
||||||
|
|
||||||
# Configuring User Email and User Name for commits
|
# Configuring User Email and User Name for commits
|
||||||
|
|
||||||
* https://docs.github.com/en/get-started/getting-started-with-git/setting-your-username-in-git
|
* https://docs.github.com/en/get-started/getting-started-with-git/setting-your-username-in-git
|
||||||
|
@@ -46,6 +46,13 @@ Please read this :
|
|||||||
* https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits
|
* https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits
|
||||||
* https://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key
|
* https://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key
|
||||||
|
|
||||||
|
To check :
|
||||||
|
|
||||||
|
```
|
||||||
|
chmod +x git-sign-check.sh
|
||||||
|
./git-sign-check.sh
|
||||||
|
```
|
||||||
|
|
||||||
# Configuring User Email and User Name for commits
|
# Configuring User Email and User Name for commits
|
||||||
|
|
||||||
* https://docs.github.com/en/get-started/getting-started-with-git/setting-your-username-in-git
|
* https://docs.github.com/en/get-started/getting-started-with-git/setting-your-username-in-git
|
||||||
|
@@ -55,6 +55,13 @@ Lütfen aşağıdaki bağlantıları okuyunuz :
|
|||||||
|
|
||||||
* https://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key
|
* https://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key
|
||||||
|
|
||||||
|
Kontrol için :
|
||||||
|
|
||||||
|
```
|
||||||
|
chmod +x git-sign-check.sh
|
||||||
|
./git-sign-check.sh
|
||||||
|
```
|
||||||
|
|
||||||
# Kullanıcı E-postasını ve Kullanıcı Adını commit'ler için yapılandırma
|
# Kullanıcı E-postasını ve Kullanıcı Adını commit'ler için yapılandırma
|
||||||
|
|
||||||
* https://docs.github.com/en/get-started/getting-started-with-git/setting-your-username-in-git
|
* https://docs.github.com/en/get-started/getting-started-with-git/setting-your-username-in-git
|
||||||
|
Reference in New Issue
Block a user