8000 GitHub - pratikgurjar/jobproject: jobportal
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pratikgurjar/jobproject

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Welcome to Job-Portal 🚀


Getting Started Contributing Contributions are always welcome!

  1. Fork this repository.

  2. Clone your forked copy of the project. git clone htpps://github.com/your-username/jobproject.git

  3. Add reference to original repository,use the following command git remote add upstream htpps://github.com/your-username/jobproject.git

  4. Check the remotes for this repository,use following command. git remote -v

  5. Always take a pull from the upstream repository to your main branch to keep it up-to-date with the main git pull upstream main

  6. Create a new branch. git checkout -b <your_branch_name>

  7. You are all set ! Perfom your desired changes to the code base.

  8. Track your changes. git add .

  9. Commit your changes. git commit -m "relevant commit message"

  10. Push the committed changes in your feature branch to your remote repo. git push -u origin <your_branch_name>

  11. To create a pull request, click on "Compare and pull requests". Please ensure you compare your feature branch to the desired branch of the repo you are suppose to make a PR to.


About

jobportal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 63.5%
  • CSS 36.5%
0