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 6808421
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T19:57:12+00:00 2026-05-26T19:57:12+00:00

I was following the guide from here John Anderson Vim Setup to help setup

  • 0

I was following the guide from here John Anderson Vim Setup to help setup vim. he steps through adding the various submodules to git in the format

git submodule add http://github.com/tpope/vim-fugitive.git bundle/fugitive

since completing his guide I have made further changes. Getting ahead of myself I am on ubuntu my path is ~/.vim and I used the exact {autoload,bundle} setup as described in the guide.

I want to include the changes I added in my ~/.vimrc and the ohther bundles I have installed into my github so I can clone it and go on any other PC.

Really struggling to figure out how to get the changes in git. For example in my ~/.vim/bundle/ directory it has two new folders delimitMate and colorschemes. However when I do git push it returns everything as up to date.

What am I missing?

  • 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-26T19:57:12+00:00Added an answer on May 26, 2026 at 7:57 pm

    Those are submodules, I figure. What you need to do, is:

    # To add new modules
    git add .gitmodules
    git commit -m "Add new bundles"
    # To add changes in vimrc
    git add vimrc
    git commit -m "Update my vimrc"
    # To upload to Github
    git push origin
    

    On another PC, after cloning/pulling the Github repo, you need to:

    git submodule init
    git submodule update
    

    To pull new changes to submodules you can later:

    git submodule foreach git pull origin master
    # NOTE: no trailing slash!
    git add bundles/fugitive
    git add bundles/etc
    git commit -m "Update bundles"
    git push
    

    You can reduce the many adds by the following command:

    git ls-files -m bundles | xargs git add
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So I am following this guide: http://technotes.1000lines.net/?p=23 and I am going through the steps.
I am following a Microsoft guide on configuring an ActiveDirectory authentication from here .
Im trying to use the jquery tokeninput found here: http://loopj.com/jquery-tokeninput/ Following the guide from
I'm having trouble following this guide to extract my interfaces and entities from my
The following code snippet is from The Official GNOME 2 Developer's Guide : GMemChunk
From the mysql certification guide's example questions ... question Will the following SQL statement
I'm following this guide here: http://www.lostechies.com/blogs/jimmy_bogard/archive/2008/09/16/integrating-structuremap-and-nhibernate-with-wcf.aspx And has now come to the end of
I'm following the step by step guide here and I hit an error at
I am following the steps listed here: http://msdn.microsoft.com/en-us/library/dd483478.aspx at the bottom of that page
I'm following the guide here: http://webtempest.com/how-to-allow-image-uploads-in-rails-on-heroku/ And I am getting an error whenever I

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.