rspier@r:/tmp$ git clone https://gist.github.com/rspier/667ffb89546e512cfe0c90329b596003
Cloning into '667ffb89546e512cfe0c90329b596003'...
remote: Enumerating objects: 3, done.
remote: Counting objects: 100% (3/3), done.
remote: Total 3 (delta 0), reused 0 (delta 0), pack-reused 0 (from 0)
Receiving objects: 100% (3/3), done.
rspier@r:/tmp$ cd 667ffb89546e512cfe0c90329b596003/
(main) rspier@r:/tmp/667ffb89546e512cfe0c90329b596003$ echo "file two" > two.txt
(main) rspier@r:/tmp/667ffb89546e512cfe0c90329b596003$ git add two.txt
(main +) rspier@r:/tmp/667ffb89546e512cfe0c90329b596003$ git commit two.txt -m 'adding second file'
[main bd32c7c] adding second file
1 file changed, 1 insertion(+)
create mode 100644 two.txt
(main) rspier@r:/tmp/667ffb89546e512cfe0c90329b596003$ git push
Enumerating objects: 4, done.
Counting objects: 100% (4/4), done.
Delta compression using up to 24 threads
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 288 bytes | 288.00 KiB/s, done.
Total 3 (delta 0), reused 0 (delta 0), pack-reused 0 (from 0)
To https://gist.github.com/rspier/667ffb89546e512cfe0c90329b596003
5913c9f..bd32c7c main -> main
Last active
March 18, 2025 20:19
-
-
Save rspier/667ffb89546e512cfe0c90329b596003 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
I just made this new gist for Sarajane. |
This file contains hidden or 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
file two |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment