Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.15 KB

README.rst

File metadata and controls

26 lines (18 loc) · 1.15 KB

Catatan Gitku

  • Ternyata Github ini dipakai secara remote dengan Terminal, dengan perintah git beserta anak-anak perintahnya.
  • Commit itu untuk merangkum perubahan yang terjadi.
  • Push itu untuk mengirim rangkuman ke server Github.
  • Gunanya Git ini untuk menyamakan apa yang saya ubah di mesin saya dengan yang tersedia di server Github.
  • Apa pun yang saya ubah di dalam direktori askbot/ pasti diendus oleh git dengan perintah git commit -a
  • Tidak usah menyebutkan URL Github untuk repositori, cukup git push begitu saja SELAMA masih bekerja di dalam salah satu direktori di dalam direktori tertinggi repositori

(2 Mei 2013 - Ade Malsasa Akbar)


This is Askbot project - open source Q&A system, like StackOverflow, Yahoo Answers and some others

Demos and hosting are available at http://askbot.com.

Translators: please translate at https://www.transifex.com/projects/p/askbot/.

All documentation is in the directory askbot/doc

Askbot is based on code of CNPROG, originally created by Mike Chen and Sailing Cai and some code written for OSQA. Askbot had officially launched in April 2010.