Skip to content
View schacon's full-sized avatar
:shipit:
:shipit:

Highlights

  • Pro

Organizations

@git @progit @ghtraining @libgit2 @speakfreely @git-merge @pdfdemo @gitbutlerapp
Block or Report

Block or report schacon

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
schacon/README.md

πŸ‘‹ Scott's GitHub Profile πŸ‘‹

Hey there, my name is Scott Chacon and I was one of the cofounders of this here site you're using right this very minute. I wrote the Pro Git book and the Git website.

Now I live in Berlin, investing in cool companies and building some new Git magic.

  • πŸ’» I’m currently working on GitButler and SCNE
  • 🌱 I’m currently learning German and Rust
  • πŸ€” I’m looking for people building great product in Berlin
  • πŸ’¬ Ask me about Berlin, Git, wine, German or learning languages
  • πŸ“« How to reach me: schacon@gmail.com or Twitter @chacon
  • ✍️ I blog on Medium sometimes

🌎 My Languages 🌎

  • πŸ‡ΊπŸ‡Έ English: Native
  • πŸ‡©πŸ‡ͺ German: B2
  • 🀟 ASL: ~B1
  • πŸ‡«πŸ‡· French: A2
  • πŸ‡²πŸ‡½ Spanish: A1
  • πŸ‡―πŸ‡΅ Japanese: γ‚γ‚ŠγŒγ¨γ†γ”γ–γ„γΎγ™ (that's it, that's all of my Japanese)

What does A1/B1/etc mean?

Pinned Loading

  1. git-glance git-glance Public

    Simple Git/Hub changelog generator, sprinkled with AI

    Rust 5

  2. gitbutlerapp/gitbutler gitbutlerapp/gitbutler Public

    The GitButler version control client, backed by Git, powered by Tauri/Rust/Svelte

    Rust 11.9k 471

  3. hungarian-desks hungarian-desks Public

    An AirTable backed Hungarian algorithm solution to office desk assignment

    Ruby 8 2

  4. progit/progit2 progit/progit2 Public

    Pro Git 2nd Edition

    CSS 5.7k 1.9k

  5. Git HTTP transport protocol document... Git HTTP transport protocol documentation
    1
    HTTP transfer protocols
    2
    =======================
    3
    
                  
    4
    Git supports two HTTP based transfer protocols.  A "dumb" protocol
    5
    which requires only a standard HTTP server on the server end of the
  6. git-related-files.sh git-related-files.sh
    1
    require 'rugged'
    2
    
                  
    3
    # Your specified file is the first argument
    4
    file_path = ARGV[0]
    5