Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codersales/how-to-use-github-with-intellij
How-to-use-GitHub-with-IntelliJ
https://github.com/codersales/how-to-use-github-with-intellij
2024 2024-q2 github how-to intellij java msc
Last synced: 8 days ago
JSON representation
How-to-use-GitHub-with-IntelliJ
- Host: GitHub
- URL: https://github.com/codersales/how-to-use-github-with-intellij
- Owner: CoderSales
- License: mit
- Created: 2024-04-20T13:10:05.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-20T14:06:08.000Z (7 months ago)
- Last Synced: 2024-10-09T18:41:17.926Z (30 days ago)
- Topics: 2024, 2024-q2, github, how-to, intellij, java, msc
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# How-to-use-GitHub-with-IntelliJ
## Description
How-to-use-GitHub-with-IntelliJ
## Content
Go to git bash
### Commands
#### if have extra remote(s) to be removed
```bash
git remote remove name-of-remote-to-be-removed
``````bash
git remote add origin github-repository-url
``````bash
git remote -v
``````bash
git pull origin main
``````bash
git branch --set-upstream-to=origin/main
```## References
[References.md](/documentation/References.md)