{"id":24792601,"url":"https://github.com/praths71018/pes2ug21cs392_hello_world","last_synced_at":"2026-05-10T19:23:32.252Z","repository":{"id":226510724,"uuid":"768895715","full_name":"praths71018/PES2UG21CS392_hello_world","owner":"praths71018","description":"Cloud computing lab for building a CI( Continuous Integration) Pipeline with Github Actions","archived":false,"fork":false,"pushed_at":"2024-06-18T04:37:18.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T20:42:21.692Z","etag":null,"topics":["github","github-actions","github-workflows"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/praths71018.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-07T23:42:31.000Z","updated_at":"2024-06-18T04:37:21.000Z","dependencies_parsed_at":"2024-06-18T05:42:46.289Z","dependency_job_id":null,"html_url":"https://github.com/praths71018/PES2UG21CS392_hello_world","commit_stats":null,"previous_names":["praths71018/pes2ug21cs392_hello_world"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praths71018%2FPES2UG21CS392_hello_world","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praths71018%2FPES2UG21CS392_hello_world/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praths71018%2FPES2UG21CS392_hello_world/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praths71018%2FPES2UG21CS392_hello_world/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/praths71018","download_url":"https://codeload.github.com/praths71018/PES2UG21CS392_hello_world/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245296675,"owners_count":20592251,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github","github-actions","github-workflows"],"created_at":"2025-01-29T20:38:08.063Z","updated_at":"2026-05-10T19:23:27.217Z","avatar_url":"https://github.com/praths71018.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Getting started with GitHub\n## How to push a repository for 1st time in Github \n1. prathamshetty@Prathams-MacBook-Air Github Actions A4 % ```git init``` \u003cbr\u003e\u003cbr\u003e\n\u003ehint: Using 'master' as the name for the initial branch. This default branch name  \u003cbr\u003e\nhint: is subject to change. To configure the initial branch name to use in all \u003cbr\u003e\nhint: of your new repositories, which will suppress this warning, call: \u003cbr\u003e\nhint:  \u003cbr\u003e\nhint:   git config --global init.defaultBranch \u003cname\u003e \u003cbr\u003e\nhint:  \u003cbr\u003e\nhint: Names commonly chosen instead of 'master' are 'main', 'trunk' and \u003cbr\u003e\nhint: 'development'. The just-created branch can be renamed via this command: \u003cbr\u003e\nhint:  \u003cbr\u003e\nhint:   git branch -m \u003cname\u003e \u003cbr\u003e\nInitialized empty Git repository in /Users/prathamshetty/Desktop/Sem 6/Cloud Computing/Lab/Assignment 4/Github Actions A4/.git/ \u003cbr\u003e \u003cbr\u003e\n2. prathamshetty@Prathams-MacBook-Air Github Actions A4 %  ```git checkout -b main ``` \u003cbr\u003e\u003cbr\u003e\n\u003eSwitched to a new branch 'main' \u003cbr\u003e \u003cbr\u003e\n3. prathamshetty@Prathams-MacBook-Air Github Actions A4 %  ```git remote add origin https://github.com/praths71018/PES2UG21CS392_hello_world.git  ```\u003cbr\u003e \u003cbr\u003e\n4. prathamshetty@Prathams-MacBook-Air Github Actions A4 %  ```git add . ``` \u003cbr\u003e \u003cbr\u003e\n5. prathamshetty@Prathams-MacBook-Air Github Actions A4 %  ```git commit -m \"Describe this commit\"  ```\u003cbr\u003e\u003cbr\u003e\n\u003e[main (root-commit) 06e2001] Describe this commit \u003cbr\u003e\n 2 files changed, 11 insertions(+) \u003cbr\u003e\n create mode 100644 CMakeLists.txt \u003cbr\u003e\n create mode 100644 main.cpp \u003cbr\u003e \u003cbr\u003e\n6. prathamshetty@Prathams-MacBook-Air Github Actions A4 %  ```git log```\u003cbr\u003e\u003cbr\u003e\n\u003ecommit 06e200114717d598cb6a14e0f499cb642771b3c0 (HEAD -\u003e main) \u003cbr\u003e\nAuthor: Pratham \u003cprathamshetty0825@gmail.com\u003e \u003cbr\u003e\nDate:   Fri Mar 8 05:22:55 2024 +0530 \u003cbr\u003e\n    Describe this commit \n \u003cbr\u003e \u003cbr\u003e\n7. prathamshetty@Prathams-MacBook-Air Github Actions A4 %  ```git push -f origin main ``` \u003cbr\u003e\u003cbr\u003e\n\u003eEnumerating objects: 4, done. \u003cbr\u003e\nCounting objects: 100% (4/4), done. \u003cbr\u003e\nDelta compression using up to 8 threads \u003cbr\u003e\nCompressing objects: 100% (4/4), done. \u003cbr\u003e\nWriting objects: 100% (4/4), 464 bytes | 464.00 KiB/s, done. \u003cbr\u003e\nTotal 4 (delta 0), reused 0 (delta 0), pack-reused 0\u003cbr\u003e\nTo https://github.com/praths71018/PES2UG21CS392_hello_world.git\u003cbr\u003e\n \u003cblink\u003e*\u003c/blink\u003e [new branch]      main -\u003e main \u003cbr\u003e \u003cbr\u003e\nprathamshetty@Prathams-MacBook-Air Github Actions A4 %\n\u003cbr\u003e\u003cbr\u003e\n\n## How to push changes in local system to github\n1. prathamshetty@Prathams-MacBook-Air Github Actions A4 %  ```git add .``` \u003cbr\u003e \u003cbr\u003e\n2. prathamshetty@Prathams-MacBook-Air Github Actions A4 %  ```git commit -m \"Modified commit\"  ```\u003cbr\u003e\u003cbr\u003e\n\n\u003e[main 877e5d0] Modified commit\u003cbr\u003e\n 1 file changed, 1 insertion(+), 1 deletion(-)\u003cbr\u003e\u003cbr\u003e\n3. prathamshetty@Prathams-MacBook-Air Github Actions A4 %  ```git push -f origin main ``` \u003cbr\u003e\u003cbr\u003e\n\u003eEnumerating objects: 5, done.\u003cbr\u003e\nCounting objects: 100% (5/5), done.\u003cbr\u003e\nDelta compression using up to 8 threads\u003cbr\u003e\nCompressing objects: 100% (3/3), done.\u003cbr\u003e\nWriting objects: 100% (3/3), 285 bytes | 285.00 KiB/s, done.\u003cbr\u003e\nTotal 3 (delta 2), reused 0 (delta 0), pack-reused 0\u003cbr\u003e\nremote: Resolving deltas: 100% (2/2), completed with 2 local objects.\u003cbr\u003e\nTo https://github.com/praths71018/PES2UG21CS392_hello_world.git\u003cbr\u003e\n   34aa598..877e5d0  main -\u003e main\u003cbr\u003e\u003cbr\u003e\n\n## How to pull changes in Github to local system\n1. prathamshetty@Prathams-MacBook-Air Github Actions A4 %  ```git fetch origin```\u003cbr\u003e\u003cbr\u003e\n\n\u003eremote: Enumerating objects: 13, done.\u003cbr\u003e\nremote: Counting objects: 100% (13/13), done.\u003cbr\u003e\nremote: Compressing objects: 100% (9/9), done.\u003cbr\u003e\nremote: Total 11 (delta 2), reused 0 (delta 0), pack-reused 0\u003cbr\u003e\nUnpacking objects: 100% (11/11), 4.01 KiB | 456.00 KiB/s, done.\u003cbr\u003e\nFrom https://github.com/praths71018/PES2UG21CS392_hello_world\u003cbr\u003e\n   06e2001..c36a568  main       -\u003e origin/main\u003cbr\u003e\n\u003cbr\u003e\u003cbr\u003e\n\n2. prathamshetty@Prathams-MacBook-Air Github Actions A4 %  ```git merge origin/main```\u003cbr\u003e\u003cbr\u003e\n\n\u003eUpdating 06e2001..c36a568\u003cbr\u003e\nFast-forward\u003cbr\u003e\n .github/workflows/main.yml | 20 ++++++++++++++++++++\u003cbr\u003e\n README.md                  | 41 +++++++++++++++++++++++++++++++++++++++++\u003cbr\u003e\n main.cpp                   |  2 +-\u003cbr\u003e\n 3 files changed, 62 insertions(+), 1 deletion(-)\u003cbr\u003e\n create mode 100644 .github/workflows/main.yml\u003cbr\u003e\n create mode 100644 README.md\u003cbr\u003e\n\n## How to branch Repository\n1. (anaconda3) prathamshetty@Prathams-MacBook-Air Thermafever % ```git branch praths-mods```\n2. (anaconda3) prathamshetty@Prathams-MacBook-Air Thermafever % ```git checkout praths-mods```       \n\u003e A       .DS_Store \u003cbr\u003e\nM       src/demo.ipynb \u003cbr\u003e\nAlready on 'praths-mods' \u003cbr\u003e\n\n3. (anaconda3) prathamshetty@Prathams-MacBook-Air Thermafever % ```git branch```\n\u003e  main \u003cbr\u003e\n   praths-mods \u003cbr\u003e\n\n4. (anaconda3) prathamshetty@Prathams-MacBook-Air Thermafever % ```git status```\n\u003e On branch praths-mods \u003cbr\u003e\nChanges to be committed: \u003cbr\u003e\n  (use \"git restore --staged \u003cfile\u003e...\" to unstage) \u003cbr\u003e\n        new file:   .DS_Store \u003cbr\u003e\n        modified:   src/demo.ipynb \u003cbr\u003e\n\n5. (anaconda3) prathamshetty@Prathams-MacBook-Air Thermafever % ```git commit -m \"Thermal\"```                   \n\n\u003e[praths-mods ae60234] Thermal \u003cbr\u003e\n 2 files changed, 546 insertions(+), 53 deletions(-) \u003cbr\u003e\n create mode 100644 .DS_Store \u003cbr\u003e\n\n6. (anaconda3) prathamshetty@Prathams-MacBook-Air Thermafever % ```git push -f origin praths-mods```\n\u003e Enumerating objects: 40, done. \u003cbr\u003e\nCounting objects: 100% (40/40), done. \u003cbr\u003e\nDelta compression using up to 8 threads \u003cbr\u003e\nCompressing objects: 100% (38/38), done. \u003cbr\u003e\nWriting objects: 100% (40/40), 2.33 MiB | 3.29 MiB/s, done. \u003cbr\u003e\nTotal 40 (delta 6), reused 0 (delta 0), pack-reused 0 \u003cbr\u003e\nremote: Resolving deltas: 100% (6/6), done. \u003cbr\u003e\nremote:  \u003cbr\u003e\nremote: Create a pull request for 'praths-mods' on GitHub by visiting: \u003cbr\u003e\nremote:      https://github.com/JiteshNayak2004/Thermafever/pull/new/praths-mods \u003cbr\u003e\nremote:  \u003cbr\u003e\nTo https://github.com/JiteshNayak2004/Thermafever \u003cbr\u003e\n  [new branch]      praths-mods -\u003e praths-mods \u003cbr\u003e\n(anaconda3) prathamshetty@Prathams-MacBook-Air Thermafever %  \u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpraths71018%2Fpes2ug21cs392_hello_world","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpraths71018%2Fpes2ug21cs392_hello_world","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpraths71018%2Fpes2ug21cs392_hello_world/lists"}