• support[@]kurinchilion.com
  • +1 (888) 666-4252

Git: How to add an untracked file back to the repository?

Oct 02, 2017 - by kurinchilamp / / Post Comment
If you want to add certain files that was previously removed from Git repository, follow the steps given below. STEP 1: remove the file reference in .gitignore STEP 2: remove the cached reference from git. $ git rm --cached sampleconfig.txt (more…)
Continue Reading

Git error: src refspec master does not match any

Dec 29, 2016 - by kurinchilamp / / Post Comment
Point 1) Check if you have followed the below sequence of steps when setting up git in your local workstation $ git init $ git add . $ git commit -am "name of the commit" $ git remote add origin https://github.com/username/repository.git $ git push -u origin master Point 2) Check if .git/config file has the following parameters in it [branch "master"] remote = origin merge = refs/heads/master
Continue Reading

TECHNOLOGY DEV STACK

Following are some of the technologies that we use to build and maintain solutions for our clients.