Calling all Java lovers! The OrlandoJUG features leading edge presentations with you in mind. We meet every month with talks on interesting aspects of programming in Java. Although we're Java-focused, you'll also learn about other JVM languages.
Twitter & Facebook @orlandojug
Check the Codetown Events section for specifics about meetings.
OrlandoJUG Town
96 members
Description
Calling all Java lovers! The OrlandoJUG features leading edge presentations with you in mind. We meet every month with talks on interesting aspects of programming in Java. Although we're Java-focused, you'll also learn about other JVM languages.
Twitter & Facebook @orlandojug
Check the Codetown Events section for specifics about meetings.
OJUG ::: Git with Rusty 8/22
by Michael Levin
Aug 7, 2019
Rusty Phillips has been a polyglot developer for over 20 years (and Java to some degree during all of that time), and has spent that time specializing
in not specializing - learning as much as possible in almost every
area of computer science and computer engineering. One of the few
areas that he has specialized in is configuring his environment to
suit the work that he's doing.
THE GIT STUFF:
1. Overview of version control features
- Locking checkout vs non-locking checkout
- distributed vs server-client
- Merge advantages of distributed
- Large binary disadvantage of distributed version control.
2. Git setup:
- ssh public/private keys; using ~/.ssh/config
- github, gitlab, bitbucket. (gitlab for demo)
- .gitconfig setup.
3. branches
4. commit vs push
5. fetch vs pull
6. The dangerous, common commands:
rebase, cherry-pick
7. Other important commands:
rm, reset, stash
8. merge vs mergetool, diff vs difftool
DEMO - commits with conflicts.
Other important areas:
1. Stealing dotfiles from the internet
(mine: tmux + nvim + oh-my-zsh + powerline).
2. CI/CD for gitlab via yaml file.
Stay tuned for details. Let me know if you’ll help out by sponsoring pizza. Thanks, Mike Levin
@mikelevin