edit md and checkpoint before mass update 2

This commit is contained in:
Jieyab89
2026-03-01 16:47:36 +07:00
parent e17db8d03a
commit 0e5e98d09a
2 changed files with 6 additions and 4 deletions

View File

@@ -889,6 +889,7 @@ There is a resouces to investigae malicious link and bypass url shortlink
# IP Addresses
- [atsameip](https://atsameip.com/)
- [Whats my ip](https://whatismyipaddress.com/)
This tools can show your ip address isp provider
- [Ip 2 location](https://www.ip2location.com/)

View File

@@ -18,9 +18,9 @@ This case possible to view commit message git when --force with the developer or
Doc : https://docs.github.com/en/rest/activity/events?apiVersion=2022-11-28
```
Request Github forks
```
curl https://api.github.com/repos/OWNER/REPO/forks
```
@@ -32,9 +32,10 @@ git log --all --oneline --graph
Github event API, check event commit SHA message from Github repo, this request need auth with your account. You can use curl or postman for hit the API
```
Request
```
curl \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer YOUR_GITHUB_TOKEN" \
@@ -42,9 +43,9 @@ curl \
```
```
Response
...................
```
{
"type": "PushEvent",
"payload": {