π°π§ Linux enthusiast
π± Iβm currently learning in .Net & C#
π¬ Glad to help in what I can
π MBTI INFJ
Pinned Loading
-
Basic Git commands
Basic Git commands 1### Step by step <br>
2**If you want to work based on a remote repository which has some files, use "git clone /path/repo"** <br>
3**Or else, if you have done some work locally and you wanna merge with a completely empty remote repo, and start working locally, use "git pull --rebase _Link_of_repo main_"** <br>
4**However, if you have done some work locally and you wanna merge with a remote repo which has some files, use "git init", "git remote add origin _Link-repo", "git pull", "git checkout main -f", "git branch --set-upstream-to origin/main"** <br> <br>
5git init ```(initialize Git into your local project)``` <br>
-
Python
Python PublicThis is a repository that contains some common and kinda useful algorithms/codes written mainly in Python.
Python
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.