一个不错的版本控制应用 [英] A good version control application

查看:24
本文介绍了一个不错的版本控制应用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

最好的版本控制应用程序是什么?我会将它安装到我的 Windows 7.我已经安装了 WAMP.所以它可以是 eider Windows 7 应用程序或 PHP 应用程序.我的目的只是管理/版本控制 PHP 文件.

解决方案

对于 Windows,很难超越 SVN 通过 乌龟 SVN.话虽如此,我更喜欢 git 的功能、速度、模型和灵活性.git 在 windows 上运行,非常值得学习.>

了解 git 背后的辉煌将为您作为一名软件工程师带来巨大的收益.

15 秒 Git 教程17 秒.

Git 开始:

cd c:\dev\project混帐初始化git 添加.git commit -m "初始提交"

编辑编辑

git add file1.txtgit add file2.txtgit commit -m 修复了一些东西."

查看状态:

git 状态

回顾历史:

git 日志

What is the best version conrtol application? I'll setup it to my Windows 7. I have installed WAMP. So it could be eider Windows 7 application or PHP application. And my purpose is to manage / version-control PHP files only.

解决方案

For windows, it's hard to beat the simplicity of SVN via Tortoise SVN. That being said, I much prefer the power, speed, model, and flexibility of git. git runs on windows, and would be well worth the effort it takes to learn.

Understanding the brilliance behind git will pay huge dividends to you as a software engineer.

15 second Git tutorial Edit: It was 17 seconds.

Git started:

cd c:\dev\project
git init
git add .
git commit -m "Initial Commit"

Edit edit edit:

git add file1.txt
git add file2.txt
git commit -m "Fixed up thingy."

Look at status:

git status

Look at history:

git log

这篇关于一个不错的版本控制应用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆