Skip to content

Instantly share code, notes, and snippets.

@rspier
Last active March 18, 2025 20:19
Show Gist options
  • Save rspier/667ffb89546e512cfe0c90329b596003 to your computer and use it in GitHub Desktop.
Save rspier/667ffb89546e512cfe0c90329b596003 to your computer and use it in GitHub Desktop.
I just made this new gist for Sarajane.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment