SourceTree

最新版本 Select Version

Select Version

Select Version
SourceTree 是與 Git 和 Mercurial 一起工作的快捷方式。從一個應用程序輕鬆使用分佈式版本控制系統。在不離開應用程序的情況下使用您的 GitHub,Bitbucket 和 Kiln 帳戶。也適用於 Subversion 服務器! Atlassian 已經收購了 SourceTree,現在在有限的時間內免費!

Full-powered DVCS
告別命令行– 在 SourceTree 桌面應用程序中使用 Git 和 Mercurial 的全部功能。通過 SourceTree 的簡單界面管理您所有的託管或本地存儲庫.

適合新手使用
簡化您的團隊的 DVCS。 SourceTree 可以帶給大家速度與 Git 和 Mercurial。創建,克隆,提交,推送,拉取,合併等操作只需點擊一下鼠標即可完成.

專家級強大的功能幫助高級 Git 和 Mercurial 開發人員提高生產力。檢查您的傳出和傳入的變更集,分支間的櫻桃選擇,補丁處理,重新折疊,存儲,擱置,等等.

開箱即用的流量和汞流量
輕鬆使用 Git 流量和汞流量。 SourceTree 直觀的界面讓 Git 和 Hg 的“分支”開發模型保持您的存儲庫更加清潔,您的開發更加高效。開發過程一致,開箱即用!

注意:需要.NET Framework.

也可用:下載 SourceTree 為 Mac

ScreenShot

軟體資訊
檔案版本 Select Version

檔案名稱 SourceTreeSetup-3.4.17.exe
檔案大小
系統 Windows 7 / Windows 8 / Windows 10
軟體類型 免費軟體
作者 Atlassian
官網 https://www.sourcetreeapp.com/
更新日期 2024-02-24
更新日誌

What's new in this version:

Fixed:
- Can't revert committed merge
- "Amend latest commit" checkbox is not ticked if replacing commit message is declined
- (Ctrl + Enter) shortcut doesn't work anymore (commit the changes)
- Tab name is different from the repository name for the bookmarks in a folder
- Commit merge conflict modified message periodically lost / reset to an earlier version
- Sourcetree and Sourcetree Enterprise show deleted feature branches from Bitbucket Server
- Clicking on a stash no longer shows the changed files or diffs

- Changed: Update embedded Git to 2.43.0

Select Version 相關參考資料
How to Determine Your Postgres Version

Viewing the server version. To determine the server version using an SQL statement, simply issue the SELECT version(); command: =# SELECT version(); version ...

https://www.atlassian.com

How to find the SQL Server version

2019年10月8日 — We can use the @@VERSION function to find out all version details of the SQL Server instance. ... SELECT @@VERSION AS 'SQL Server Version Details' ...

https://www.sqlshack.com

MySQL VERSION() Function

Return the current version of the MySQL database: SELECT VERSION();. Try it Yourself ». Definition and Usage. The VERSION() function returns the current ...

https://www.w3schools.com

Select PHP Version

Select PHP Version 可提供用戶自定義PHP 版本、PHP Extension、PHP.ini 等三種功能。

https://help.url.com.tw

Select Version - 2011 - SOLIDWORKS PDM 說明

Select the version of SolidWorks to which you want to upgrade the files. The SolidWorks version you select must be installed on each workstation ...

https://help.solidworks.com

Understanding the SQL Server SELECT @@VERSION ...

I was recently trying to determine what version of SQL Server was installed on a particular server. I found this tip to determine the version and tried to ...

https://www.mssqltips.com

VERSION (Transact-SQL) - SQL Server

2023年6月21日 — 下列範例會顯示傳回目前安裝架構的版本資訊。 SELECT @@VERSION AS 'SQL Server Version';. 範例:Azure Synapse Analytics 和Analytics Platform ...

https://learn.microsoft.com

VERSION - Amazon Redshift

The VERSION function returns details about the currently installed release, with specific Amazon Redshift version information at the end.

https://docs.aws.amazon.com

判斷資料庫引擎的版本和版本SQL Server

2024年1月30日 — 方法3:連線至SQL Server 的執行個體,然後執行下列查詢:. SQL 複製. Select @@version. 此查詢的輸出範例如下所示:. 輸出 複製. Microsoft SQL Server ...

https://learn.microsoft.com