latest 20 messages by nikitasius

+ [2016-02-29T11:15:19Z] nikitasius tobiasvl there is new problem: need to delete old files in new branch. i;ve explained in #git channel
+ [2016-02-29T11:04:46Z] nikitasius tobiasvl in my case git checkout mybranch downloaded branch in empty folder
+ [2016-02-29T10:43:27Z] nikitasius mryanbrown fond http://stackoverflow.com/questions/14345917/single-git-repo-with-directories-in-multiple-locations
+ [2016-02-29T10:33:43Z] nikitasius it;s like git subtree push..?
+ [2016-02-29T10:33:05Z] nikitasius like push directly into branch?
+ [2016-02-29T10:30:09Z] nikitasius mryanbrown what do you think?
+ [2016-02-29T10:29:49Z] nikitasius and if i need to work with oolder version - just sync with another branch?
+ [2016-02-29T10:29:22Z] nikitasius or it better to use 1 folder per repo?
+ [2016-02-29T10:28:08Z] nikitasius it will be 2 differ project in eclipse but with same repo. differ project in differ folders
+ [2016-02-29T10:27:31Z] nikitasius here is https://github.com/nikitasius/GnuPG/tree/gnupg-2.0.29 and it (and devel branch and rsa branch) linked the local folder cpp/src/gnupg. Now i;ve created new branch https://github.com/nikitasius/GnuPG/tree/gnupg-2.1.11 with the base of 2.0.29 and this branch i want to sync with folder cpp/src/gnupg-2.1.11
+ [2016-02-29T10:25:01Z] nikitasius i'll share more info, moment
+ [2016-02-29T10:24:35Z] nikitasius but if i do not execute git init - there is no .git in folder.
+ [2016-02-29T10:23:35Z] nikitasius so i don't know: how to attach 2 differ folders to same github repo..
+ [2016-02-29T10:22:53Z] nikitasius it seems that git want to overwrite src code in new folder with code from github (branch is empty)
+ [2016-02-29T10:22:06Z] nikitasius i have a repo with few branches. And now i've created new branch via web interface and i want to upload in this branch another source code. For this i've created new folder and executed git init. After i've executed git remote add -f origin git://github.com/... , git add * and now i want to git checkout mynewbranch . But git tells me: error: Your local changes to the following files would be overwritten by
+ [2016-02-29T10:19:24Z] nikitasius mryanbrown nice start! well. i have a questuin :)