Skip to content

This repo is for the contribution of my students from the git init session i am conducting on 9th Oct 2022.

License

Notifications You must be signed in to change notification settings

ARSLAN7861/git-init

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

init Gear up guys, It's Git time. Let's push together and merge into a brilliant repo, all at once.

We have always believed in giving back to the tech community with a particular focus on creating and supporting opportunities for those wanting to start a career in tech through diversified and inclusive sessions. Don't miss a chance to get hands-on training on getting started with Git and GitHub. Be a part of our very welcoming space, purely aimed at encouraging and promoting communication, best practices, and technical expertise.

Collaborate First, Code Second, quickly become what the community members live by!

Let's Git together.

Registration -> https://gdsc.community.dev/e/m99q7s/

🗓️: 9th October, 22

🕤: 8PM - 9PM

📍: Google Meet

git-init

This repo is for the contribution of my students from the git init session I am conducting on 9th Oct 2022.

How to use:

  1. Fork this repository

  2. Clone it on your desktop using -> git clone repo_url

  3. On your desktop/local repo make a branch. -> git branch yourBranch and change to that branch using -> git checkout yourBranch

  4. On that branch open the file "hello_world.cpp"

  5. Add a new line after the last cout code.

  6. Write cout<<"your name"<<endl; and save

  7. Go back to the master branch -> git checkout master

  8. Merge the branch yourName with master branch. -> git merge yourBranch

  9. use "git pull" to sync your code with remote code

  10. then use "git push" to push your local repo to remote forked repo

  11. On top right of your repo, click on sync fork.

  12. Then click on contribute and make pull request.

Organised And Conducted By:

gdsc LinkedIn banner 2

About

This repo is for the contribution of my students from the git init session i am conducting on 9th Oct 2022.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%