Skip to content

Helping students to keep their first PR.

Notifications You must be signed in to change notification settings

HarshvardhanJ/GDGC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GDGC

Helping students to keep their first PR.

Integration Workflow

  • Fork the repository
  • Clone the Forked repository to your local ( git clone <repo_url> )
  • Create a branch, with your rollnumber or name ( git branch )
  • Switch to that branch. ( git switch )
  • Create a File, with your_name.md
  • Write about yourself in it. Don't keep the file empty
  • Stage those changes ( git add . )
  • Check the staging area ( git status -s )
  • Commit those changes, with a genric commit message ( git commit -m "My First Commit" )
  • Push the changes to your forked repository. ( git push -u origin )
  • From Github GUI, keep a PR.

About

Helping students to keep their first PR.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •