how to share project on github using intellij IDEA

Published: 14 March 2022
on channel: Programming Tutorial
59
like

#howtosharecodeongithub #pushcodeusingintellijidea #shareprojectusingintellij
how to push or share code on github using intellij IDEA
PREREQUISITE
1. Git already installed on your computer
2. Intellij Idea already installed
3. You have sample project to push to github
4. You have github account, and personal access token generated before


Let's jump right in
1. Open terminal/cmd
2. config username and email which is registered on Github == run this command
git config --global user.name "gitgithub3"
git config --global user.email [email protected]
3. Open the project you want to share using intellij Idea(existing project doesn't under Git version control).
4. From the main menu, choose VCS | Share Project on GitHub.
5. on the pop up "Share Project On Github" fill the fields
your-repository name
your initial branch
and description your repository
6. Share project
7. when first time push(you must insert your personal access token)
8. (i already insert my personal access token so i can jump to the next step)
9. select file which you want push to github
10. add commit message and click add button
11. check your list repository on github
Success, happy learning and happy sharing!!!


Watch video how to share project on github using intellij IDEA online without registration, duration hours minute second in high quality. This video was added by user Programming Tutorial 14 March 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 59 once and liked it like people.