Search Result for: GIT Category

Articles

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