Skip to content

Instantly share code, notes, and snippets.

@theory
Created August 28, 2012 20:57
Show Gist options
  • Select an option

  • Save theory/3504299 to your computer and use it in GitHub Desktop.

Select an option

Save theory/3504299 to your computer and use it in GitHub Desktop.
=item C<< <change>^ >>, e.g., C<HEAD^^>, C<users_table^3>, C<@beta^2>
A suffix C<^> to a symbolic or actual name means the change I<prior> to that
change. Multiple C<^>s indicate multiple prior changes. These can also be
written as C<< ^<n> >>, where C<< <n> >> represents the number of changes to
go back.
=item C<< <change>~ >>, e.g., C<ROOT~>, C<foo~~>, C<@bar~4>
A suffix C<~> to a symbolic or actual name that means the change I<after> that
change. Multiple C<~>s indicate multiple prior changes. These can also be
written as C<< ~<n> >>, where C<< <n> >> represents the number of changes to
go forward.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment