We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Originally posted by Crystal-szj June 17, 2024 Hi @SarahAlidoost and @BSchilperoort, I'm working with compare_git_branch_results.ipynb, which updates two branches to their latest versions and compares the results. However, when I run
!cd $path_to_repository; git checkout $main_branch; git pull !cd $path_to_repository; git checkout $test_branch; git pull
The passphrase is requested:
Enter passphrase for key '/home/songz/.ssh/id_ed25519'
but it seems that there is no way to enter the password in a Jupyter notebook.
Currently, I manually git pull twice to sync my local branches with Github.
git pull
Do you know of any smart alternatives or solutions for this? Your insights would be greatly appreciated.
Thanks a lot. Zengjing
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Discussed in https://github.com/orgs/EcoExtreML/discussions/235
Originally posted by Crystal-szj June 17, 2024
Hi @SarahAlidoost and @BSchilperoort,
I'm working with compare_git_branch_results.ipynb, which updates two branches to their latest versions and compares the results. However, when I run
The passphrase is requested:
but it seems that there is no way to enter the password in a Jupyter notebook.
Currently, I manually
git pull
twice to sync my local branches with Github.Do you know of any smart alternatives or solutions for this? Your insights would be greatly appreciated.
Thanks a lot.
Zengjing
The text was updated successfully, but these errors were encountered: