Interesting Stories
Interesting Stories
  • Tools
    • User Tools
    • Log In
    • Site Tools
    • Recent Changes
    • Media Manager
    • Page Tools
    • Show pagesource
    • Old revisions
    • Backlinks
    • Back to top
  • Log In

  1. Trace
  2. Dockerize Plotly Dash (Flask Dash) App
  3. Git Distributed source repository

knowledge_base:programming:git

Sidebar
  • Business & Product Reviews
  • Food Recipes
  • Fun Stuff
  • Knowledge Base
    • DIY Projects
    • Dokuwiki Related
    • Everyday Science
    • Health, Exercise, Sports, Hobbies
    • Home IT Support
    • Investing
    • Photography, Videography, Audiography
    • Professional
    • Programming
      • Python
      • AMA and Bluetooth Programming
      • Anaconda Navigator (or Spyder) won't launch (Windows 10)
      • Bitcoin and Cryptocurrency Technologies
      • BLEĀ GATT (Services and Characteristics)
      • Dockerize Plotly Dash (Flask Dash) App
      • Git Distributed source repository
      • Google Protocol Buffers for Python3
      • Machine Learning
      • PHP Basics
      • Raspberry Pi to Control Treadmill
      • selenium
      • Stock Charting
      • Svelte Tips
    • Retirement
    • San Jose ADU
    • Car Mechanics
    • Useful Contacts
  • Registered Users Area
  • Travel
  • wiki
  • Public Scratchpad
  • sidebar
  • Show pagesource
  • Old revisions
  • Backlinks
  • Back to top
  • Share via
    • Share via...
    • Twitter
    • LinkedIn
    • Facebook
    • Pinterest
    • Telegram
    • WhatsApp
    • Yammer
    • Reddit
    • Teams
  • Send via e-Mail
  • Print
  • Permalink

This is an old revision of the document!


Git Distributed source repository

$ cat .gitconfig
[alias]
        hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=default
[user]
        email = [email protected]
        name = George

Use .gitignore to specify un-tracked files

https://git-scm.com/book/en/v2 - good training book

https://bonobogitserver.com/ - git server on windows

https://about.gitlab.com/install/ - git on linux (or follow the git pro book)

  • Last modified: 2022/12/02 15:58
  • by George Wayne