Skip to content

Commit

Permalink
Point people to sappling (#132)
Browse files Browse the repository at this point in the history
Signed-off-by: Phil Dibowitz <[email protected]>
  • Loading branch information
jaymzh authored Oct 23, 2023
1 parent e14a1b1 commit 7e87435
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
[![Unittest](https://github.com/jaymzh/sugarjar/workflows/Unittests/badge.svg)](https://github.com/jaymzh/sugarjar/actions?query=workflow%3AUnittests)
[![DCO](https://github.com/jaymzh/sugarjar/workflows/DCO%20Check/badge.svg)](https://github.com/jaymzh/sugarjar/actions?query=workflow%3A%22DCO+Check%22)

> [!IMPORTANT]
> You probably want to use [Sapling](https://sapling-scm.com/)
> instead of this! This was written as a stop-gap to approximate some features
> of the Facebook/Meta internal development tools before they were released.
> Now that those tools have been open-sourced and work with GitHub, this is
> likely to be deprecated at some point. Sapling is far more feature rich,
> faster, and have more development resources behind them.
Welcome to SugarJar - a git/github helper. It needs one of the GitHub CLI's:
the current default is [hub](https://hub.github.com/), but there is
experimental support for [gh](https://cli.github.com/). So you will need one of
Expand Down
4 changes: 4 additions & 0 deletions bin/sj
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,10 @@ COMMANDS:
version
Print the version of sugarjar, and then run 'hub version'
to show the hub and git versions.
Be sure to checkout Sapling (https://sapling-scm.com/)! This was written as
a stop-gap to get Sapling features before it was open-sourced, and as such
I may deprecate this in the future.
COMMANDS

# rubocop:enable Layout/HeredocIndentation
Expand Down

0 comments on commit 7e87435

Please sign in to comment.