Skip to content

Repository for GitHub workshop for guild elecTRON

Notifications You must be signed in to change notification settings

AM1CODES/GWL-elecTRON

Repository files navigation

drawing

Welcome to elecTRON

This repository will be used as a medium to demonstrate use of Git. Some important steps and commands that are necessary to get started with Open source will also be given so that you can refer this repository in case you forget something.

Important Git commands to contribute to any repository

  1. Fork this repository
  2. Clone forked respository onto your system using the command - git clone [url of forked repository]
  3. Create a new branch using the command - git branch [branch-name]
  4. Move to newly created branch using the command - git checkout [branch-name]
  5. Make necessary changes or improvements.
  6. Add your changes using the command - git add -A
  7. Commit your changes using the command - git commit -m "your commit message"
  8. Push your committed changes using the command - git push origin [branch-name]
  9. Create a pull request

About

Repository for GitHub workshop for guild elecTRON

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published