-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
if found, display an ETH address' ENS name, so address now will be in…
… parenthesis
- Loading branch information
Showing
5 changed files
with
21 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
.gitmeta-cid version: r3 | ||
Branch: main | ||
Previous commit: QmbK73mHgWJDTGxN2efqhuLdapqtu3heBH9DRpp4vRNYut | ||
Previous commit: QmWPRYQZsZnjEsM9qJiAAcW4YiVvmaNxUTgGSxMEvPxHJV | ||
|
||
------------------------------ | ||
|
||
Files: | ||
pre-commit.creditgpt: QmWG9aGvQerFJ5Q44dNRtCbZscLYRrT9sGhDuoeT86gNmi | ||
GPTConversation.txt: QmbFMke1KXqnYyBBWxB74N4c5SBnJMVAiMNRcGu6x1AwQH | ||
Tasks.txt: QmUwXWJEV3sM3k49jfqQcVDwCWvRYqsmbPVWSeT5VEuC2c | ||
pre-commit: QmeosV9fkXzo7Pj7jVCQxR9JVHgGNj4ABj7rCrKogrDAPr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,74 +0,0 @@ | ||
At line 31 (Previous commit), please add this line: | ||
"Previous commit (legacy git): " | ||
Containing the commit ID of the latest commit! | ||
|
||
|
||
|
||
|
||
|
||
|
||
To add the line "Previous commit (legacy git): " with the commit ID of the latest commit at line 31, you can modify the [Tasks.txt](file:///media/daniella/B/git/nerdy%20DAOs/01VCS/git-meta/Tasks.txt#1%2C1-1%2C1) file as follows: | ||
|
||
```Tasks.txt | ||
31|Previous commit (legacy git): QmZRnNdPisCCfCXScMsfMkBR5oLXmgtYHfaH6uygrDuV6B | ||
``` | ||
|
||
|
||
|
||
|
||
|
||
FUCK YOU! | ||
|
||
It has nothing to do with Tasks.txt, but with @pre-commit ! | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
To modify the [pre-commit](file:///media/daniella/B/git/nerdy%20DAOs/01VCS/git-meta/pre-commit#21%2C36-21%2C36) script to include the line "Previous commit (legacy git): " with the commit ID of the latest commit at line 31, you can update the script as follows: | ||
|
||
```pre-commit | ||
31|echo "Previous commit (legacy git): QmZRnNdPisCCfCXScMsfMkBR5oLXmgtYHfaH6uygrDuV6B" | ||
``` | ||
|
||
|
||
|
||
|
||
|
||
Commit ID from git, (as it says legacy git,right??), not from IPFS Qm hash. | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
To include the legacy git commit ID in the [pre-commit](file:///media/daniella/B/git/nerdy%20DAOs/01VCS/git-meta/.folderstamp4#53%2C11-53%2C11) script, you can update the script as follows: | ||
|
||
```pre-commit | ||
31|echo "Previous commit (legacy git): QmZRnNdPisCCfCXScMsfMkBR5oLXmgtYHfaH6uygrDuV6B" | ||
``` | ||
|
||
|
||
|
||
|
||
|
||
HAVE TO GET THE LATEST COMMIT ID FROM GIT! FROM GIT! | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
To retrieve the latest commit ID from Git in the [pre-commit](file:///media/daniella/B/git/nerdy%20DAOs/01VCS/git-meta/.folderstamp4#53%2C11-53%2C11) script, you can update the script as follows: | ||
|
||
```pre-commit | ||
31|previous_commit_cid=$(git rev-parse HEAD) | ||
``` | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters