Eclipse 中 Windows 7 for Android 上的 Git:如何对现有项目使用版本控制?

发布于 2024-12-02 20:49:02 字数 371 浏览 0 评论 0原文

如何将 Android 版 Windows 上的 Eclipse 中的现有项目放入 Git 存储库的分支中?我还想与我的朋友分享这个存储库以帮助编码。他已经建立了一个 Git 存储库并向我发送了地址和凭据。我只是不知道该怎么办?

一旦我在 Windows 上获得 Git 的命令行,我必须做什么才能将此项目添加/克隆到我朋友的存储库或我自己的存储库(那么我如何与他共享我的存储库?)。我在 Ubuntu 中使用 Git 和 GitHub(我没有设置),但我真的不知道如何设置。

我已经安装了一个插件 egit 并且遇到了问题。我现在想为 Git 使用 Eclipse 的单独界面。

问题的核心:如何将现有的 Android 项目放入不是 Eclipse 插件的 Git 存储库中?

How do I take my existing project in Eclipse on Windows for Android and put it inside a branch on a repository for Git? I also want to share this repository with my friend to help code. He already set up a Git repository and sent me the address and credentials. I just don't know how to go about this?

Once I get a cmd line for Git on Windows what do I have to do to add/clone this project to my friends repo or my own (then how do I share my repo with him?). I use Git with GitHub in Ubuntu (I didn't set it up) but I don't really know how to set this up.

I've already installed a plug-in egit and have had issues with that. I would like to use a separate interface from Eclipse for Git now.

Bones of the Question: How do I get my existing Android project into a Git repository that IS NOT a plug in to Eclipse?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

蹲墙角沉默 2024-12-09 20:49:02

http://code.google.com/p/msysgit/ 下载 msysgit

下载 TortiseGit < a href="https://tortoisegit.org/" rel="nofollow">https://tortoisegit.org/。如果您使用私钥,请确保选择 Plink 而不是 openssh。我在使用 Windows 版 OpenSSH 时遇到了问题。

将您的私钥(如果您正在使用它)添加到 Pageant(包含在 Tortise Git 中)。

使用 Tortise Git 克隆您的存储库。

将所有文件复制到新目录中。

在 Tortise Git 上下文菜单中,选择“添加”。

选择所有

提交

推送

这将是简短的说明。

另外,如果您熟悉命令行工具,msysgit 包括 Git Bash,这有点像在 Linux 中使用 Git。

Download msysgit from http://code.google.com/p/msysgit/

Download TortiseGit https://tortoisegit.org/. If you're using private keys, make sure you select Plink instead of openssh. I've had problems with OpenSSH for Windows.

Add your private key, if you're using it, to Pageant (included with Tortise Git).

Clone your repository with Tortise Git.

Copy all your files into the new directory.

In the Tortise Git context menu, select Add.

Select All

Commit

Push

That would be the short instructions.

Also, if you're comfortable with the command line tools, msysgit includes Git Bash, which is kinda like using Git in Linux.

伪装你 2024-12-09 20:49:02

http://nathanj.github.com/gitguide/tour.html 这是一个不错的关于 git 的 GUI 版本的教程。在你的情况下,你可以从存储你的项目的现有 url 进行 git 克隆,或者如果你还没有在 github 上设置一个新的存储库,那么你可以创建一个新的存储库。

http://nathanj.github.com/gitguide/tour.html this is a nice tutorial on a gui version of git. in your case you would do a git clone from the existing url that your project is stored in or create a new repository if you havent set one up on github yet.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文