Skip to content

CoderSales/How-to-use-GitHub-with-IntelliJ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

git remote remove name-of-remote-to-be-removed
git remote add origin  github-repository-url
git remote -v
git pull origin main
git branch --set-upstream-to=origin/main

References

References.md

Releases

No releases published

Packages

No packages published