<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" >

  <channel>
    <title><![CDATA[Комментарии к публикации «Как начать работать с GitHub: быстрый старт»]]></title>
    <link>https://habr.com/ru/articles/125799/</link>
    <description><![CDATA[Комментарии к публикации «Как начать работать с GitHub: быстрый старт»]]></description>
    <language>ru</language>
    <managingEditor>editor@habr.com</managingEditor>
    <generator>habr.com</generator>
    <pubDate>Sat, 02 May 2026 05:38:19 GMT</pubDate>
    
    
      <image>
        <link>https://habr.com/ru/</link>
        <url>https://habrastorage.org/webt/ym/el/wk/ymelwk3zy1gawz4nkejl_-ammtc.png</url>
        <title>Хабр</title>
      </image>
    

    
      

      
        
  
    <item>
      <title>08.06.2020 10:17:41 Zergboy</title>
      <guid isPermaLink="true">https://habr.com/ru/articles/125799/#comment_21713384</guid>
      <link>https://habr.com/ru/articles/125799/#comment_21713384</link>
      <description><![CDATA[Всем привет. Не могу понять логики работы с ветками, точнее что именно коммитить?<br>
Т.е. вот у меня есть master, работаю я там с проектом на Django. Появился глюк, решил выделить его в отдельную ветку, предположим issue с полной копией всего приложения. Перешел в нее. Работаю, в локальной папке у меня ветка issue. После фикса ошибки какая логика действий? Не в смысле как сливать ветки, это понятно. А какие файлы коммитить?<br>
Я на опыте понял, что git add * очень плохой путь. Почему-то некоторые файлы в результате просто исчезали из issue, причем попытки сделать git clone даже с предыдущих удачных коммитов ситуацию не меняли. Дело запутывалось настолько, что мне уже несколько раз приходилось просто тупо сносить репу и снова все загружать с локалки. <br>
Но что добавлять в коммит? git status и потом ручками все файлы, которые изменились?<br>
Для тех, кто давно с git работает, это видимо самоочевидно, я ни разу не встретил описания именно логики этой работы с файлами. Сейчас прохожу CS50 Web App, надеялся, что может уж приглашенный лектор с git все объяснит, но увы, обычный набор примеров, как создать ветку и переходить между ними.]]></description>
      <pubDate>Mon, 08 Jun 2020 10:17:41 GMT</pubDate>
      <dc:creator><![CDATA[Zergboy]]></dc:creator>
    </item>
  

  
    <item>
      <title>05.12.2016 19:10:35 avshukan</title>
      <guid isPermaLink="true">https://habr.com/ru/articles/125799/#comment_9947446</guid>
      <link>https://habr.com/ru/articles/125799/#comment_9947446</link>
      <description><![CDATA[Не подскажите, как подключить github в android studio, но без использования ssh?]]></description>
      <pubDate>Mon, 05 Dec 2016 19:10:35 GMT</pubDate>
      <dc:creator><![CDATA[avshukan]]></dc:creator>
    </item>
  

  
    <item>
      <title>20.11.2013 10:39:51 Maximus5</title>
      <guid isPermaLink="true">https://habr.com/ru/articles/125799/#comment_7005186</guid>
      <link>https://habr.com/ru/articles/125799/#comment_7005186</link>
      <description><![CDATA[Чтобы кириллица нормально вводилась в MinGW bash делаем следующее:<br/>
В файлик ~/.inputrc добавляем следующие строчки<br/>
<code>set output-meta on</code><br/>
<code>set convert-meta off</code>]]></description>
      <pubDate>Wed, 20 Nov 2013 10:39:51 GMT</pubDate>
      <dc:creator><![CDATA[Maximus5]]></dc:creator>
    </item>
  

  
    <item>
      <title>27.10.2013 16:17:11 OKComputer</title>
      <guid isPermaLink="true">https://habr.com/ru/articles/125799/#comment_6910278</guid>
      <link>https://habr.com/ru/articles/125799/#comment_6910278</link>
      <description><![CDATA[Добавлю: если вы хотите сразу после прохождения обучающего курса залить результаты на гитхаб и продолжить работу в системе не устанавливая GUI, вводите команды в консоли<br/>
<br/>
cd ~/.ssh  <br/>
ssh-keygen -t rsa -C «yourmail@yourmail.org»<br/>
<br/>
Далее смотрите где coздался файл id_rsa.pub и вводите его содержимое как SSH-RSA ключ в настройках вашего логина в github<br/>
<br/>
Далее создаете нужное репо на гитхабе и заливаете в него результаты обучения. Команды на заливку гитхаб подскажет, но в общем должно быть что-то вроде <br/>
<br/>
git remote add origin git@github.com:myusername/myreponame.git  <br/>
git push origin master<br/>
]]></description>
      <pubDate>Sun, 27 Oct 2013 16:17:11 GMT</pubDate>
      <dc:creator><![CDATA[OKComputer]]></dc:creator>
    </item>
  

  
    <item>
      <title>26.10.2013 11:08:02 vladsharikov</title>
      <guid isPermaLink="true">https://habr.com/ru/articles/125799/#comment_6906108</guid>
      <link>https://habr.com/ru/articles/125799/#comment_6906108</link>
      <description><![CDATA[Гм. До переустановки винды все работало. Сейчас поставил Tortoise Git, пытаюсь скачать репозиторий с git в какую-нибудь папку, а компьютер никак не реагирует на то, что я ему велю :) <br/>
Жму правой кнопкой в папке, выбираю «Git Clone», меню закрывается и ничего не происходит. <br/>
От чего это может быть?]]></description>
      <pubDate>Sat, 26 Oct 2013 11:08:02 GMT</pubDate>
      <dc:creator><![CDATA[vladsharikov]]></dc:creator>
    </item>
  

  
    <item>
      <title>26.09.2012 05:35:59 FZambia</title>
      <guid isPermaLink="true">https://habr.com/ru/articles/125799/#comment_5173469</guid>
      <link>https://habr.com/ru/articles/125799/#comment_5173469</link>
      <description><![CDATA[в 3-ем пункте, чтобы сделать отсылку на оригинальный репозиторий — нужно адрес репы и upstream поменять местами:<br/>
<pre><code class="bash">git remote add upstream https://github.com/user1/project
</code></pre><br/>
<a href="https://help.github.com/articles/fork-a-repo">источник</a><br/>
]]></description>
      <pubDate>Wed, 26 Sep 2012 05:35:59 GMT</pubDate>
      <dc:creator><![CDATA[FZambia]]></dc:creator>
    </item>
  

  
    <item>
      <title>29.08.2012 20:25:28 Claud</title>
      <guid isPermaLink="true">https://habr.com/ru/articles/125799/#comment_5096378</guid>
      <link>https://habr.com/ru/articles/125799/#comment_5096378</link>
      <description><![CDATA[Странно как-то: ключи сгенерированые через puttygen отказываются работать, а вот те что сделаны ssh-keygen заработали без проблем.]]></description>
      <pubDate>Wed, 29 Aug 2012 20:25:28 GMT</pubDate>
      <dc:creator><![CDATA[Claud]]></dc:creator>
    </item>
  

  
    <item>
      <title>13.06.2012 10:10:00 AYShestakov</title>
      <guid isPermaLink="true">https://habr.com/ru/articles/125799/#comment_4898873</guid>
      <link>https://habr.com/ru/articles/125799/#comment_4898873</link>
      <description><![CDATA[почему то в phpStorm 4.0.2 push зависает. <br/>
Не сталкивались?<br/>
может где видели описание по настройке?<br/>
]]></description>
      <pubDate>Wed, 13 Jun 2012 10:10:00 GMT</pubDate>
      <dc:creator><![CDATA[AYShestakov]]></dc:creator>
    </item>
  

  
    <item>
      <title>06.11.2011 19:02:32 Finom</title>
      <guid isPermaLink="true">https://habr.com/ru/articles/125799/#comment_4382601</guid>
      <link>https://habr.com/ru/articles/125799/#comment_4382601</link>
      <description><![CDATA[Поправьте, пожалуйста, картинки в статье.]]></description>
      <pubDate>Sun, 06 Nov 2011 19:02:32 GMT</pubDate>
      <dc:creator><![CDATA[Finom]]></dc:creator>
    </item>
  

  
    <item>
      <title>12.09.2011 04:54:07 gothica</title>
      <guid isPermaLink="true">https://habr.com/ru/articles/125799/#comment_4237302</guid>
      <link>https://habr.com/ru/articles/125799/#comment_4237302</link>
      <description><![CDATA[Никто не подскажет, как можно настроить Apatana Studio c GIT?]]></description>
      <pubDate>Mon, 12 Sep 2011 04:54:07 GMT</pubDate>
      <dc:creator><![CDATA[gothica]]></dc:creator>
    </item>
  

  
    <item>
      <title>10.08.2011 01:18:10 Envek</title>
      <guid isPermaLink="true">https://habr.com/ru/articles/125799/#comment_4148219</guid>
      <link>https://habr.com/ru/articles/125799/#comment_4148219</link>
      <description><![CDATA[Тогда стоит посмотреть в сторону git rebase<br/>
<code>git rebase master</code><br/>
Правда, стоит учесть, что git rebase меняет id коммитов, и, следовательно, его нужно делать ТОЛЬКО тогда, когда ваши изменения ещё лежат локально (т.е. ещё не за-push-ены на удалённый репозитарий)]]></description>
      <pubDate>Wed, 10 Aug 2011 01:18:10 GMT</pubDate>
      <dc:creator><![CDATA[Envek]]></dc:creator>
    </item>
  

  
    <item>
      <title>09.08.2011 14:14:44 tulskiy</title>
      <guid isPermaLink="true">https://habr.com/ru/articles/125799/#comment_4147279</guid>
      <link>https://habr.com/ru/articles/125799/#comment_4147279</link>
      <description><![CDATA[<code>git merge master</code><br/>
Вот тут, если я не ошибаюсь создастся мерж-коммит, так? A вдруг мэйнтейнер не захочет чтобы у него в истории были невнятные merge from upstream/master?<br/>
<br/>
]]></description>
      <pubDate>Tue, 09 Aug 2011 14:14:44 GMT</pubDate>
      <dc:creator><![CDATA[tulskiy]]></dc:creator>
    </item>
  

  
    <item>
      <title>09.08.2011 14:00:05 Envek</title>
      <guid isPermaLink="true">https://habr.com/ru/articles/125799/#comment_4147240</guid>
      <link>https://habr.com/ru/articles/125799/#comment_4147240</link>
      <description><![CDATA[Самый основной метод:<br/>
1. Форкаете репозиторий <code>github.com/user1/project</code>, получаете <code>github.com/you/project</code><br/>
2. Уже форкнутый репозиторий сливаете себе на комп:<br/>
<code>git clone git@github.com:/you/project project</code><br/>
3. Создаёте отсылку на «родительский» репозитарий, например как на upstream<br/>
<code>git remote add git@github.com:/user1/project upstream</code>, чтобы потом сливать изменения с «родителя» себе <code>git pull upstream master</code><br/>
4. Создаёте новую ветку<br/>
<code>git checkout -b feature</code><br/>
5. Работаете, делаете коммиты, в случае необходимости отслеживания изменений в «родителе», сливаете изменения с него и вливаете в свою ветку таким образом:<br/>
<code>git checkout master<br/>
git pull upstream master<br/>
git checkout feature<br/>
git merge master</code><br/>
6. Когда работу сделали, заливаете изменения в свой github-репозиторий в свою ветку:<br/>
<code>git push origin feature</code><br/>
7. Теперь идёте на гитхаб, в свой репозиторий и жмёте вверху кнопочку «Pull request»<br/>
8. Слева выбираете в какую ветку будут вливаться изменения в родительском репозитории, справа — какие изменения будут браться с вашего репозитория. По примеру: справа <code>project/master</code>, слева <code>project/feature</code>.<br/>
ВЫЖНО: Договоритесь с владельцем «родительского» репозитория, в какую ветку будете вливать изменения (он может написать это в README)<br/>
9. Заполняете название и описание (название потом попадёт в описание мёрдж-коммита и станет достоянием общественности, учтите это).<br/>
10. Нажимаете Send Pull Request<br/>
<br/>
Вуаля, вы его отправили. Владелец рассмотрит ваши изменения и, возможно, их примет и вольёт к себе.<br/>
На практике, лучше перед посылкой пулл-реквестов, вручную синхронизироваться с веткой, в которую будете посылать изменения, чтобы у владельца merge прошёл гладко (больше шансов, что пулл примут ;-) )<br/>
Не забудьте потом сделать <code>git pull upstream master</code>, чтобы увидеть изменения у себя.<br/>
<br/>
Надеюсь, это мини-руководство поможет вам сделать мир чуточку лучше )))]]></description>
      <pubDate>Tue, 09 Aug 2011 14:00:05 GMT</pubDate>
      <dc:creator><![CDATA[Envek]]></dc:creator>
    </item>
  

  
    <item>
      <title>09.08.2011 07:50:41 kost</title>
      <guid isPermaLink="true">https://habr.com/ru/articles/125799/#comment_4146364</guid>
      <link>https://habr.com/ru/articles/125799/#comment_4146364</link>
      <description><![CDATA[Ссылку забыли: <a href="https://github.com/edu">github.com/edu</a>]]></description>
      <pubDate>Tue, 09 Aug 2011 07:50:41 GMT</pubDate>
      <dc:creator><![CDATA[kost]]></dc:creator>
    </item>
  

  
    <item>
      <title>08.08.2011 20:16:01 sphinks</title>
      <guid isPermaLink="true">https://habr.com/ru/articles/125799/#comment_4145711</guid>
      <link>https://habr.com/ru/articles/125799/#comment_4145711</link>
      <description><![CDATA[Хорошая подборка ссылок. а вот сама статья не уверен, что для хабра.]]></description>
      <pubDate>Mon, 08 Aug 2011 20:16:01 GMT</pubDate>
      <dc:creator><![CDATA[sphinks]]></dc:creator>
    </item>
  

  
    <item>
      <title>08.08.2011 20:03:09 AreD</title>
      <guid isPermaLink="true">https://habr.com/ru/articles/125799/#comment_4145689</guid>
      <link>https://habr.com/ru/articles/125799/#comment_4145689</link>
      <description><![CDATA[Спасибо за ваш оттвет, но вот незадача до сегодняшнего дня поиск по плагинам не находил этот плагин. Из этого и родился мой вопрос)]]></description>
      <pubDate>Mon, 08 Aug 2011 20:03:09 GMT</pubDate>
      <dc:creator><![CDATA[AreD]]></dc:creator>
    </item>
  

  
    <item>
      <title>08.08.2011 20:01:28 AreD</title>
      <guid isPermaLink="true">https://habr.com/ru/articles/125799/#comment_4145686</guid>
      <link>https://habr.com/ru/articles/125799/#comment_4145686</link>
      <description><![CDATA[Только что обновил каталог плагинов в NetBeans и Git плагин появился, датирован 2 августа сего года. Но все равно спасибо за ваш комментарий.]]></description>
      <pubDate>Mon, 08 Aug 2011 20:01:28 GMT</pubDate>
      <dc:creator><![CDATA[AreD]]></dc:creator>
    </item>
  

  
    <item>
      <title>08.08.2011 19:45:48 Vitamon</title>
      <guid isPermaLink="true">https://habr.com/ru/articles/125799/#comment_4145655</guid>
      <link>https://habr.com/ru/articles/125799/#comment_4145655</link>
      <description><![CDATA[Robert Penner +1]]></description>
      <pubDate>Mon, 08 Aug 2011 19:45:48 GMT</pubDate>
      <dc:creator><![CDATA[Vitamon]]></dc:creator>
    </item>
  

  
    <item>
      <title>08.08.2011 16:27:22 moadib</title>
      <guid isPermaLink="true">https://habr.com/ru/articles/125799/#comment_4145140</guid>
      <link>https://habr.com/ru/articles/125799/#comment_4145140</link>
      <description><![CDATA[Подтверждаю :)]]></description>
      <pubDate>Mon, 08 Aug 2011 16:27:22 GMT</pubDate>
      <dc:creator><![CDATA[moadib]]></dc:creator>
    </item>
  

  
    <item>
      <title>08.08.2011 15:12:26 m1kola</title>
      <guid isPermaLink="true">https://habr.com/ru/articles/125799/#comment_4144927</guid>
      <link>https://habr.com/ru/articles/125799/#comment_4144927</link>
      <description><![CDATA[Да, удобно… Но вот только git submodules не поддерживает. Проекты с субмодулями приходится из консоли коммитить :(]]></description>
      <pubDate>Mon, 08 Aug 2011 15:12:26 GMT</pubDate>
      <dc:creator><![CDATA[m1kola]]></dc:creator>
    </item>
  

  
    <item>
      <title>08.08.2011 13:58:02 smind</title>
      <guid isPermaLink="true">https://habr.com/ru/articles/125799/#comment_4144694</guid>
      <link>https://habr.com/ru/articles/125799/#comment_4144694</link>
      <description><![CDATA[однозначно можно, так и работаю с github с работы]]></description>
      <pubDate>Mon, 08 Aug 2011 13:58:02 GMT</pubDate>
      <dc:creator><![CDATA[smind]]></dc:creator>
    </item>
  

  
    <item>
      <title>08.08.2011 13:14:10 edelweard</title>
      <guid isPermaLink="true">https://habr.com/ru/articles/125799/#comment_4144546</guid>
      <link>https://habr.com/ru/articles/125799/#comment_4144546</link>
      <description><![CDATA[Можно использовать HTTPS вместо SSH для доступа к репозиторию на ГитХабе.]]></description>
      <pubDate>Mon, 08 Aug 2011 13:14:10 GMT</pubDate>
      <dc:creator><![CDATA[edelweard]]></dc:creator>
    </item>
  

  
    <item>
      <title>08.08.2011 12:51:06 LaggyLuke</title>
      <guid isPermaLink="true">https://habr.com/ru/articles/125799/#comment_4144473</guid>
      <link>https://habr.com/ru/articles/125799/#comment_4144473</link>
      <description><![CDATA[Для тех, кто знает английский, на гитхабе есть отличная документация, например:<br/>
<a href="http://help.github.com/fork-a-repo/">Fork A Repo</a>]]></description>
      <pubDate>Mon, 08 Aug 2011 12:51:06 GMT</pubDate>
      <dc:creator><![CDATA[LaggyLuke]]></dc:creator>
    </item>
  

  
    <item>
      <title>08.08.2011 12:31:57 Mithgol</title>
      <guid isPermaLink="true">https://habr.com/ru/articles/125799/#comment_4144402</guid>
      <link>https://habr.com/ru/articles/125799/#comment_4144402</link>
      <description><![CDATA[Вам удалось сочинить ещё одну неплохую «домашнюю страницу» по Git, то есть отправную точку самостоятельных поисков информации.]]></description>
      <pubDate>Mon, 08 Aug 2011 12:31:57 GMT</pubDate>
      <dc:creator><![CDATA[Mithgol]]></dc:creator>
    </item>
  

  
    <item>
      <title>08.08.2011 12:12:02 Pollux</title>
      <guid isPermaLink="true">https://habr.com/ru/articles/125799/#comment_4144339</guid>
      <link>https://habr.com/ru/articles/125799/#comment_4144339</link>
      <description><![CDATA[все отлично работает. ]]></description>
      <pubDate>Mon, 08 Aug 2011 12:12:02 GMT</pubDate>
      <dc:creator><![CDATA[Pollux]]></dc:creator>
    </item>
  

  
    <item>
      <title>08.08.2011 11:54:38 netslow</title>
      <guid isPermaLink="true">https://habr.com/ru/articles/125799/#comment_4144255</guid>
      <link>https://habr.com/ru/articles/125799/#comment_4144255</link>
      <description><![CDATA[Ну почти то, что нужно. Только еще надо будет отдельно сказать share project, чтобы привязать проект к репозиторию. Но вообще у меня почему-то не работает Import(Eclipse 3.7, Egit 1.0)]]></description>
      <pubDate>Mon, 08 Aug 2011 11:54:38 GMT</pubDate>
      <dc:creator><![CDATA[netslow]]></dc:creator>
    </item>
  

  
    <item>
      <title>08.08.2011 11:54:17 aaawk</title>
      <guid isPermaLink="true">https://habr.com/ru/articles/125799/#comment_4144250</guid>
      <link>https://habr.com/ru/articles/125799/#comment_4144250</link>
      <description><![CDATA[Реально ли заставить Git работать с Gtihub из-под прокси?]]></description>
      <pubDate>Mon, 08 Aug 2011 11:54:17 GMT</pubDate>
      <dc:creator><![CDATA[aaawk]]></dc:creator>
    </item>
  

  
    <item>
      <title>08.08.2011 11:22:39 Nikiit</title>
      <guid isPermaLink="true">https://habr.com/ru/articles/125799/#comment_4144150</guid>
      <link>https://habr.com/ru/articles/125799/#comment_4144150</link>
      <description><![CDATA[И еще помоему можно так:<br/>
SET home=ВАШПУТЬ<br/>
<br/>
]]></description>
      <pubDate>Mon, 08 Aug 2011 11:22:39 GMT</pubDate>
      <dc:creator><![CDATA[Nikiit]]></dc:creator>
    </item>
  

  
    <item>
      <title>08.08.2011 10:53:24 smind</title>
      <guid isPermaLink="true">https://habr.com/ru/articles/125799/#comment_4144052</guid>
      <link>https://habr.com/ru/articles/125799/#comment_4144052</link>
      <description><![CDATA[<a href="http://habrahabr.ru/blogs/Git/125799/#comment_4143817">habrahabr.ru/blogs/Git/125799/#comment_4143817</a>]]></description>
      <pubDate>Mon, 08 Aug 2011 10:53:24 GMT</pubDate>
      <dc:creator><![CDATA[smind]]></dc:creator>
    </item>
  

  
    <item>
      <title>08.08.2011 10:42:46 FlashBurn</title>
      <guid isPermaLink="true">https://habr.com/ru/articles/125799/#comment_4144012</guid>
      <link>https://habr.com/ru/articles/125799/#comment_4144012</link>
      <description><![CDATA[тогда File -&gt; Import -&gt; Git -&gt; Projects from Git]]></description>
      <pubDate>Mon, 08 Aug 2011 10:42:46 GMT</pubDate>
      <dc:creator><![CDATA[FlashBurn]]></dc:creator>
    </item>
  

  
    <item>
      <title>08.08.2011 10:42:05 MashaVokh</title>
      <guid isPermaLink="true">https://habr.com/ru/articles/125799/#comment_4144010</guid>
      <link>https://habr.com/ru/articles/125799/#comment_4144010</link>
      <description><![CDATA[Нужен именно Mingw (то есть линуксовое окружение) или просто возможность работать с Git из консоли?<br/>
<br/>
Если второе, то может помощь <a href="http://code.google.com/p/utf8-git-on-windows/">utf8-git-on-windows</a>. Там набор из msysgit+tortoisegit, приведенных к единому utf8-знаменателю, вместо обычного разброда и шатания в виде cp1251 в именах файлов, cp866 в консоли и ansi во внутренних скриптах msysgit.]]></description>
      <pubDate>Mon, 08 Aug 2011 10:42:05 GMT</pubDate>
      <dc:creator><![CDATA[MashaVokh]]></dc:creator>
    </item>
  

  
    <item>
      <title>08.08.2011 10:39:36 netslow</title>
      <guid isPermaLink="true">https://habr.com/ru/articles/125799/#comment_4143998</guid>
      <link>https://habr.com/ru/articles/125799/#comment_4143998</link>
      <description><![CDATA[Вы меня недооцениваете) Egit конечно стоит. Вопрос как в пустом воркспейсе получить привязанный проект ]]></description>
      <pubDate>Mon, 08 Aug 2011 10:39:36 GMT</pubDate>
      <dc:creator><![CDATA[netslow]]></dc:creator>
    </item>
  

  
    <item>
      <title>08.08.2011 10:38:30 FlashBurn</title>
      <guid isPermaLink="true">https://habr.com/ru/articles/125799/#comment_4143996</guid>
      <link>https://habr.com/ru/articles/125799/#comment_4143996</link>
      <description><![CDATA[<a href="http://www.adam-bien.com/roller/abien/entry/netbeans_7_git_a_smoke">www.adam-bien.com/roller/abien/entry/netbeans_7_git_a_smoke</a>]]></description>
      <pubDate>Mon, 08 Aug 2011 10:38:30 GMT</pubDate>
      <dc:creator><![CDATA[FlashBurn]]></dc:creator>
    </item>
  

  
    <item>
      <title>08.08.2011 10:37:34 netslow</title>
      <guid isPermaLink="true">https://habr.com/ru/articles/125799/#comment_4143992</guid>
      <link>https://habr.com/ru/articles/125799/#comment_4143992</link>
      <description><![CDATA[Я хотел сказать, что хранение этих файлов в git решило бы проблему, можно выкачать код и импортировать проект. Но не хочется хранить IDE-specific файлы]]></description>
      <pubDate>Mon, 08 Aug 2011 10:37:34 GMT</pubDate>
      <dc:creator><![CDATA[netslow]]></dc:creator>
    </item>
  

  
    <item>
      <title>08.08.2011 10:36:40 Nc_Soft</title>
      <guid isPermaLink="true">https://habr.com/ru/articles/125799/#comment_4143990</guid>
      <link>https://habr.com/ru/articles/125799/#comment_4143990</link>
      <description><![CDATA[Почему-то в семерке новой его нет в доступных модулях, хотя раньше был.<br/>
Итак, качаем зип архив <a href="http://plugins.netbeans.org/download/plugin/39785">plugins.netbeans.org/download/plugin/39785</a> и распаковываем.<br/>
Потом сервис-&gt;подключаемые модули-&gt;загружено там батон «добавить подключаемые подули», через обзор подключаем скачанные гитлиб и гит.]]></description>
      <pubDate>Mon, 08 Aug 2011 10:36:40 GMT</pubDate>
      <dc:creator><![CDATA[Nc_Soft]]></dc:creator>
    </item>
  

  
    <item>
      <title>08.08.2011 10:23:34 AreD</title>
      <guid isPermaLink="true">https://habr.com/ru/articles/125799/#comment_4143945</guid>
      <link>https://habr.com/ru/articles/125799/#comment_4143945</link>
      <description><![CDATA[Никто не подкажет, можно ли к NetBeans 7 прикрутить Git?]]></description>
      <pubDate>Mon, 08 Aug 2011 10:23:34 GMT</pubDate>
      <dc:creator><![CDATA[AreD]]></dc:creator>
    </item>
  

  
    <item>
      <title>08.08.2011 09:51:35 FlashBurn</title>
      <guid isPermaLink="true">https://habr.com/ru/articles/125799/#comment_4143822</guid>
      <link>https://habr.com/ru/articles/125799/#comment_4143822</link>
      <description><![CDATA[нужно установить плагин EGit (Help -&gt; Eclipse Marketplace...)<br/>
Затем правой кнопкой по проекту в Eclipse, выбрать Team -&gt; Share Project. После установки egit там появится мастер для git]]></description>
      <pubDate>Mon, 08 Aug 2011 09:51:35 GMT</pubDate>
      <dc:creator><![CDATA[FlashBurn]]></dc:creator>
    </item>
  

  
    <item>
      <title>08.08.2011 09:50:33 smind</title>
      <guid isPermaLink="true">https://habr.com/ru/articles/125799/#comment_4143817</guid>
      <link>https://habr.com/ru/articles/125799/#comment_4143817</link>
      <description><![CDATA[git pull github<br/>
git push github brunch_name<br/>
<br/>
перед этим сделать<br/>
git remote add github <a href="https://ilia-maslakov">ilia-maslakov</a>@github.com/ilia-maslakov/mc.git<br/>
<br/>
вместо <a href="https://ilia-maslakov">ilia-maslakov</a>@github.com/ilia-maslakov/mc.git подставить урл доступа к репу.<br/>
<br/>
и да, присоединяюсь к предложению добавить эту инфу к топику, чтобы проще было новичку форкнуть готовый проект с полной историей коммитов.]]></description>
      <pubDate>Mon, 08 Aug 2011 09:50:33 GMT</pubDate>
      <dc:creator><![CDATA[smind]]></dc:creator>
    </item>
  

  
    <item>
      <title>08.08.2011 09:45:46 VolCh</title>
      <guid isPermaLink="true">https://habr.com/ru/articles/125799/#comment_4143796</guid>
      <link>https://habr.com/ru/articles/125799/#comment_4143796</link>
      <description><![CDATA[.gitignore, нет?]]></description>
      <pubDate>Mon, 08 Aug 2011 09:45:46 GMT</pubDate>
      <dc:creator><![CDATA[VolCh]]></dc:creator>
    </item>
  

  
    <item>
      <title>08.08.2011 09:45:16 sergei-grigorev</title>
      <guid isPermaLink="true">https://habr.com/ru/articles/125799/#comment_4143795</guid>
      <link>https://habr.com/ru/articles/125799/#comment_4143795</link>
      <description><![CDATA[В дополнение к этой статье, сделайте пожалуйста полноценное описание, как на github делать Fork, отправлять патчи, подтягивать изменения из основной ветки и т.д.]]></description>
      <pubDate>Mon, 08 Aug 2011 09:45:16 GMT</pubDate>
      <dc:creator><![CDATA[sergei-grigorev]]></dc:creator>
    </item>
  

      

      

    
  </channel>
</rss>
