Close

CVS

CVS (Concurrent Versions System) is a version control system (VCS) first released in 1986. It is a centralized VCS, which means that there is a single server that stores all of the project’s files. This makes it easy to track project changes and merge changes from different sources.

Version Control Systems

Version Control Systems

A Version Control System (VCS), also known as a Source Control System, is a software tool that helps teams manage changes to source code over time. It keeps track of every modification to the code in a special kind of database. If a mistake is made, developers can turn back […]

Devamını Oku

Emacs’ e Başlamak

Emacs' e Başlamak

Emacs’ i kuru 🙂 haliyle kullanmanızı önermiyorum. Başlangıç olarak MELPA paket listesini kurabilirsiniz. MELPA’ ı kurmak için Emacs’ in TLS desteği sağlaması gerekiyor. Bildiğim kadarıyla yeni kurulumlarda otomatik olarak geliyor. Yaklaşık script aşağıdaki gibi olacaktır. Melpa’ nın sitesi https://melpa.org/#/getting-started Emacs Lsp sayfası https://emacs-lsp.github.io/lsp-dart/

Devamını Oku