Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)