latest 18 messages by linuxmint

+ [2015-05-25T00:45:57Z] linuxmint sorry, ignore above :)
+ [2015-05-25T00:45:27Z] linuxmint So, somehow I need to add this branch3.
+ [2015-05-24T08:44:27Z] linuxmint oh, that looks complicated, as the issue with submodule, is that the branchOld doesn't use the old repository anymore, which I'm trying to add to my new repository.
+ [2015-05-24T08:43:09Z] linuxmint canton7: I made it up from the SYNOPSIS. 'git submodule' [--quet] add [-b <branch>]. Oops, so $ git submodule add -b branch.
+ [2015-05-24T08:40:44Z] linuxmint k, I'll try this command /local/project$ git submodule -b branch
+ [2015-05-24T08:30:42Z] linuxmint k, I'll $ git submodule add. I read the add bit, but haven't put those arguments together.
+ [2015-05-24T08:28:12Z] linuxmint great thanks, I'll read a couple of books about submodules. I guess this wasn't enough http://git-scm.com/docs/git-submodule
+ [2015-05-24T08:23:19Z] linuxmint no chats re submodule help on #git?
+ [2015-05-24T08:11:44Z] linuxmint yes, tried $ git add && git commit, but doesn't change files. I'll ask in #git.
+ [2015-05-24T08:11:11Z] linuxmint k, I'll try again.
+ [2015-05-24T08:10:27Z] linuxmint oh, noone's there at the moment. Yes, I read http://git-scm.com/docs/git-submodule
+ [2015-05-24T08:09:08Z] linuxmint I'm trying to workout how to $ git add the submodule, which doesn't $ git add.
+ [2015-05-24T08:08:45Z] linuxmint Nevik: not really. The issue is a submodule.
+ [2015-05-24T07:19:21Z] linuxmint Why can't I git add some files?
+ [2015-05-24T05:59:38Z] linuxmint I have local old branches I need to link to my new remote repository.
+ [2015-05-24T05:59:29Z] linuxmint Hello, could someone check if this is the best plan to sort out my repository please? http://dpaste.com/0CPW52A
+ [2015-02-13T06:04:30Z] linuxmint I already setup a remote website repository? I think I need to change my process of setting up the local git repository from command $ git init, to maybe $ git remote add <name> <url>?
+ [2015-02-13T06:04:21Z] linuxmint Hello, can someone help me? I setup a website repository. I then setup a local git directory with $ git init. I need to push to the website repository, but $ git push, gave error: configure a remote repository using git remote add <name> <url>.