An diofar eadar na mùthaidhean a rinneadh air "Basics"

O Goireasan Akerbeltz
Jump to navigation Jump to search
Loidhne 3: Loidhne 3:
 
===Diffs===
 
===Diffs===
 
Projects often ask for diffs. Basically that's a list of changes ('''diff'''erences) between the old file and the new file, ignoring all the stuff that stays the same and just marking the changes. To diff two .txt files, bung them on a Linux computer in the same directory and punch the following into a terminal: '''diff -u oldfile.txt newfile.txt > file.diff''' and Linux will do you the diff.
 
Projects often ask for diffs. Basically that's a list of changes ('''diff'''erences) between the old file and the new file, ignoring all the stuff that stays the same and just marking the changes. To diff two .txt files, bung them on a Linux computer in the same directory and punch the following into a terminal: '''diff -u oldfile.txt newfile.txt > file.diff''' and Linux will do you the diff.
 +
 +
{{l10n}}

Mùthadh on 01:27, 13 dhen Chèitean 2013

General stuff and basics

Diffs

Projects often ask for diffs. Basically that's a list of changes (differences) between the old file and the new file, ignoring all the stuff that stays the same and just marking the changes. To diff two .txt files, bung them on a Linux computer in the same directory and punch the following into a terminal: diff -u oldfile.txt newfile.txt > file.diff and Linux will do you the diff.

l10n for Humans
Basics - Projects - Gear - Terminology - Other neat stuff