Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
deekay42 2ae6a6d546
Update classify_prs notebook (#8383)
1 year ago
..
2ae6a6d546
Update classify_prs notebook (#8383)
1 year ago
b52be06398
Fix instructions on README.rst (#4797)
3 years ago
600a3f240a
pre-download model weights in CI docs build (#5625)
3 years ago
e59cf64bb6
port special tests from CircleCI to GHA (#7396)
2 years ago
79b350eb9b
Added script to sync fbcode changes with main branch (#4769)
3 years ago

README.rst

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  1. Utility scripts
  2. ===============
  3. * `fbcode_to_main_sync.sh`
  4. This shell script is used to synchronise internal changes with the main repository.
  5. To run this script:
  6. .. code:: bash
  7. chmod +x fbcode_to_main_sync.sh
  8. ./fbcode_to_main_sync.sh <commit_hash> <fork_name> <fork_main_branch>
  9. where
  10. ``commit_hash`` represents the commit hash in fbsync branch from where we should start the sync.
  11. ``fork_name`` is the name of the remote corresponding to your fork, you can check it by doing `"git remote -v"`.
  12. ``fork_main_branch`` (optional) is the name of the main branch on your fork(default="main").
  13. This script will create PRs corresponding to the commits in fbsync. Please review these, add the [FBcode->GH] prefix on the title and publish them. Most importantly, add the [FBcode->GH] prefix at the beginning of the merge message as well.
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...