Change++ Lore
Git Commands
Tech Pop Culture
Coding Trivia
Startup Trivia
100

How many exec members are there this year?

10
100

What command is used to check the current status of your working directory and staging area?

git status

100

In what 2010 movie does Jesse Eisenberg play the socially awkward genius who creates Facebook?

The Social Network

100

What does “HTML” stand for?

HyperText Markup Language

100

What startup accelerator launched Airbnb, Stripe, and Dropbox?

Y Combinator

200

Who were last year's co-presidents?

Carol and Isa

200

What command stages all modified and new files for the next commit?

git add .

200

What app was shut down in 2017 but later reborn as Byte, inspiring TikTok?

Vine

200

In Python, what keyword is used to define a function?

def

200

What company’s tagline was “Don’t be evil”?

Google

300

When was Change++ founded?

2019

300

What command lets you see the history of commits in the current branch?

git log

300

What 2013 film stars Joaquin Phoenix as a man who falls in love with his AI assistant?

Her

300

What does “API” stand for?

Application Programming Interface

300

Which YC-backed startup was founded by three Vanderbilt alum in 2025?

Atlog

400

Who is our faculty advisor?

Graham Hemingway

400

What command is used to undo the last commit but keep the changes staged for editing?

git reset --soft HEAD~1

400

What was the location-based mobile game created by Niantic before Pokémon GO?

Ingress

400

What design pattern involves a class having only one instance throughout a program?

Singleton

400

What startup lets people rent scooters on the streets?

Bird or Lime

500

Who were the Change++ 2022-23 co-presidents?

Berke and Intiser

500

You just pushed a commit to main by accident. What command sequence would you use to remove it from the remote history safely?

git reset --hard HEAD~1 followed by git push --force

500

What company released a virtual pet named ‘Clippy’

Microsoft

500

In JavaScript, what will this return: typeof null

object

500

What startup’s original name was “Backrub”?

Google

M
e
n
u