Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6845219
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T00:28:25+00:00 2026-05-27T00:28:25+00:00

My friend and I have elected to use git and GitHub to collaborate on

  • 0

My friend and I have elected to use git and GitHub to collaborate on a project. We are both very new to it.

My friend made an initial commit of our project files with his version of the project’s config files included in it. My config files will be different. We do not want to send changes to these files back and forth.

I have already issued git init and git pull git@github.com:my_friend/our_repository.git master to get our project files onto my development server.

I then created a .gitignore file in the project root on my dev server (where I did git init):

# this is .gitignore in the project's root directory
index.php
config/some_config_file.php
config/another_config_file.php

Since these config files are already in the repository, these lines in .gitignore aren’t going to do anything. I understand this. Other SO answers have suggested these commands:

git rm --cached index.php
git rm --cached config/some_config_file.php
git rm --cached config/another_config_file.php
git commit -m "hope this works"
git push 

but this deleted these files in the remote GitHub repository! Not good. I want these files to remain on GitHub so it doesn’t alarm my friend. I just want to keep my own unversioned copies of the files on my dev server, independent of whatever is going on in the GitHub repository.

How can I achieve this setup with git?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T00:28:26+00:00Added an answer on May 27, 2026 at 12:28 am

    You cannot do that, but you could tell git to ignore further (local) changes to those files. Try:

    git update-index --assume-unchanged <your_file>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a friend that is starting up a new project. He wants to
I'm writing a web application (PHP) for my friend and have decided to use
Myself and a friend have created a startup, but we are both software developers.
I have a friend who was handed off a C#/.NET web project from a
I have a friend who's taking over a Visual C++ project from me and
I have a friend that uses facebook very rarely. What I would like to
This year me and a friend have to make a project for the final
I have a friend that has a little bit of a holiday coming up
I have a friend who is need of a web page. He does interior
I have a friend who is finishing up his masters degree in aerospace engineering.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.