hpr2564 :: Intro to Fossil - Бесплатная аудиокнига

hpr2564 :: Intro to Fossil - Бесплатная аудиокнига

Автор(ы):

Язык: English

Жанр(ы):

1 / 1hpr2564

00:00
00:00
1 Глава(ы)
  • 1. hpr2564

О книге

Summary: Klaatu talks about the Fossil version control system

Source: [http://hackerpublicradio.org/eps.php?id=2564](http://hackerpublicradio.org/eps.php?id=2564)

Original audio: [http://archive.org/download/hpr2564/hpr2564\_source.ogg](http://archive.org/download/hpr2564/hpr2564\_source.ogg)

Some shownotes for fossil

Create a new fossil repository:

$ fossil new shownotes

Add your work to the repository:

$ fossil add shownotes.html

Commit your work:

$ fossil commit --comment "added shownote HTML file"

As a fun exercise, destroy your work.

$ echo "klaatu said this was perfectly safe" > shownotes.html $ cat shownotes.html klaatu said this was perfectly safe

And now revert it back to the last known good version:

$ fossil revert shownotes.html REVERT shownotes.html $ head -n1 shownotes.html

Some shownotes for fossil

Did you accidentally revert? You can undo that.

$ fossil undo shownotes.html

And then revert again.

$ fossil revert shownotes.html REVERT shownotes.html $ head -n1 shownotes.html

Some shownotes for fossil

Check your remote:

$ fossil remote-url

Close a fossil repo:

$ fossil close

See the fancy browser-based UI of your repo:

$ fossil ui

Комментарии

Будьте первым, кто оставит комментарий

К этому контенту пока нет комментариев. Начните обсуждение!

Теги: hpr2564 :: Intro to Fossil audio, hpr2564 :: Intro to Fossil - klaatu audio, free audiobook, free audio book, audioaz