Main public logs
Appearance
Combined display of all available logs of Computer Science Knowledge Base. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 02:37, 10 July 2025 Mr. Goldstein talk contribs created page 9.3.1 Git (Basic Commands: clone, add, commit, push, pull, branch, merge) (Created page with "=== 9.3.1 Git (Basic Commands: clone, add, commit, push, pull, branch, merge) === Git is the most popular type of version control system. It's like a powerful librarian for your code. Here are some basic things you can do with Git: * '''clone:''' Imagine you want to get a copy of an existing project from the internet. <code>git clone</code> makes a complete copy of that project onto your computer. * '''add:''' When you've made changes to your code, you first tell Git wh...") Tag: Visual edit