use GIT with eclipse plugin egit
use GIT with eclipse plugin egit
I have heard this tool for quite a long time,once my friend ChaoChao introduced to me.I always use svn and cvs instead.
Now I will try this git since the new plugin egit for eclipse is released.
homepage:
http://www.eclipse.org/egit/
download and install location:
http://download.eclipse.org/egit/updates/
document location:
http://www.eclipse.org/egit/documentation/
Getting Started
Click the project you want to share,and then [Team]-----[Share Project], choose [Git],[Next]
Choose a directory d:\work\exefinance, click [Create Repository]-----[Finish]
[Team] -----[Track]
[Team] -----[Commit]
[Compare With] ------[History]
Pushing a Local Repository to GitHub
asign in this site:
https://github.com/
create rsa_key first
[Window]-----[Preferences]------[General]-------[Network Connection]-----[SSH2]
[Key Management]------[Generate RSA Key]
click the add public key area,put the text from the file C:\Documents and Settings\sillycat\.ssh\id_rsa.pub
create a New Repository
Project Name: exefinance
Description:
[Create]
click the project you want to share,[Team] -----[Push]
URI: git@github.com/luohuazju/exefinance.git
Protocol: git+ssh
User: git
Password: 留白
[Next]
Source ref: refs/heads/master
Destination ref: refs/heads/master
[Add all branches spec] ------[Next]
[Finish]
after that ,you can access your code from this url:
http://github.com/luohuazju/exefinance
Fetch the project from github
[Git Repositories]-----[Import Git Respository]
URI: git@github.com/luohuazju/exefinance.git
Protocol: git+ssh
[Next] [Next]
Directory: E:\git\exefinance
Initial branch: master
Remote name: origin
[Finish]
中文文件
http://progit.org/book/zh/
I have heard this tool for quite a long time,once my friend ChaoChao introduced to me.I always use svn and cvs instead.
Now I will try this git since the new plugin egit for eclipse is released.
homepage:
http://www.eclipse.org/egit/
download and install location:
http://download.eclipse.org/egit/updates/
document location:
http://www.eclipse.org/egit/documentation/
Getting Started
Click the project you want to share,and then [Team]-----[Share Project], choose [Git],[Next]
Choose a directory d:\work\exefinance, click [Create Repository]-----[Finish]
[Team] -----[Track]
[Team] -----[Commit]
[Compare With] ------[History]
Pushing a Local Repository to GitHub
asign in this site:
https://github.com/
create rsa_key first
[Window]-----[Preferences]------[General]-------[Network Connection]-----[SSH2]
[Key Management]------[Generate RSA Key]
click the add public key area,put the text from the file C:\Documents and Settings\sillycat\.ssh\id_rsa.pub
create a New Repository
Project Name: exefinance
Description:
[Create]
click the project you want to share,[Team] -----[Push]
URI: git@github.com/luohuazju/exefinance.git
Protocol: git+ssh
User: git
Password: 留白
[Next]
Source ref: refs/heads/master
Destination ref: refs/heads/master
[Add all branches spec] ------[Next]
[Finish]
after that ,you can access your code from this url:
http://github.com/luohuazju/exefinance
Fetch the project from github
[Git Repositories]-----[Import Git Respository]
URI: git@github.com/luohuazju/exefinance.git
Protocol: git+ssh
[Next] [Next]
Directory: E:\git\exefinance
Initial branch: master
Remote name: origin
[Finish]
中文文件
http://progit.org/book/zh/
相關文章
- Eclipse上GIT外掛EGIT使用手冊EclipseGit
- Eclipse上GIT外掛EGIT使用手冊之四_配置.gitignoreEclipseGit
- Eclipse中Egit衝突解決EclipseGit
- 解決eclipse中egit中的cannot open git-upload-pack問題EclipseGit
- Vue.use(plugin)詳解VuePlugin
- jbpm4.3 Plugin For EclipsePluginEclipse
- FreeMarker Eclipse Plugin的安裝!EclipsePlugin
- eclipse使用gitEclipseGit
- 關於Eclipse 中 svn外掛 和 egit 外掛的安裝EclipseGit
- 自己收集整理的Eclipse plugin listEclipsePlugin
- Eclipse基礎--plugin外掛安裝EclipsePlugin
- 【轉】oh-my-zsh: git PluginGitPlugin
- Eclipse中Git的使用EclipseGit
- eclipse 3.2.2 conf web tools plugin configEclipseWebPlugin
- Eclipse通過EGit外掛提交多個專案到同一個倉庫EclipseGit
- eclipse與hadoop-eclipse-plugin之間的版本對應關係EclipseHadoopPlugin
- Git使用教程3:MyEclipse+Egit+GitHub實現程式碼託管 【上】EclipseGithub
- Git使用教程3:MyEclipse+Egit+GitHub實現程式碼託管 【下】EclipseGithub
- 使用eclipse生成git的sshEclipseGit
- 解決 eclipse出現 Address already in use: bindEclipse
- Eclipse上傳專案到GitEclipseGit
- eclipse使用git遇到的單詞EclipseGit
- eclipse plugin development中 java eitor使 用的是哪個類啊EclipsePlugindevJava
- Spindle3.0--終於等到了!Tapestry3.0的Eclipse PlugIn (轉)EclipsePlugin
- 通過Gradle Plugin實現Git Hooks檢測機制GradlePluginGitHook
- 【轉載】Kano Model — Ways to use it and NOT use it
- JQuery Plugin 2 - Passing Options into Your PluginjQueryPlugin
- maven assembly plugin,maven dependency plugin的使用MavenPlugin
- the "in" use in mysqlMySql
- nginx useNginx
- oracle hint_use_concat_use_nl_with_indexOracleIndex
- Maven - No plugin found for prefix 'war' in the current project and in the plugin groupsMavenPluginProject
- plsql use skillsSQL
- GPFS use with OracleOracle
- how to use typeset?
- USE EXPLAIN PLANAI
- Webpack的pluginWebPlugin
- 使用Maven打包你的應用——maven-jar-plugin & maven-assembly-plugin & maven-shade-pluginMavenJARPlugin