Search Result for: Development Category

Articles

Change the remote URL / URI

If you are updating or changing a repository that already has an existing URI, use the following
Read More

Add remote Url

To add a remote URL to a completely new GIT Repository use the following
Read More

Identify what the remote URL is

Use the following code to identify the remote URL of your existing
Read More

How to Un-tracking a file in GIT

Step 1: First create a .git ignore document $ touch .gitignore Step 2: add the files to be untracked in .gitignore $ nano .gitignore  (to access the file and edit) Simply add the
Read More