Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Created February 22, 2021 17:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save recursivecodes/e5b13d0b9ea53bb9ac5c17d93a490e87 to your computer and use it in GitHub Desktop.
Save recursivecodes/e5b13d0b9ea53bb9ac5c17d93a490e87 to your computer and use it in GitHub Desktop.
git.sh
trsharp at ora-recursivecodes-mb in ~/Projects/terraform/oci-resource-manager-demo (main●)
$ git add demo.tf 
trsharp at ora-recursivecodes-mb in ~/Projects/terraform/oci-resource-manager-demo (main●)
$ git commit -m "initial commit"                                         
[main e2f22f2] initial commit
1 file changed, 26 insertions(+)
create mode 100644 demo.tf
trsharp at ora-recursivecodes-mb in ~/Projects/terraform/oci-resource-manager-demo (main)
$ git push -u origin main  
Enumerating objects: 4, done.
Counting objects: 100% (4/4), done.
Delta compression using up to 4 threads
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 538 bytes | 538.00 KiB/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To https://github.com/recursivecodes/oci-resource-manager-demo.git
   0f30c39..e2f22f2  main -> main
Branch 'main' set up to track remote branch 'main' from 'origin'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment