You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi,
After reading the Bitbucket app passwords I'm a little confuse how the command line git should work. Can we continue and use it to push/pull or we will have to implement this password first and only then we will be able to use the push/pull commands.
This is for casual user not full blown production project.
Thanks
Git push/pull will continue to work always. It's foundational to what we do :)
There are 2 ways to git push/pull today:
If your repository is already set up for SSH then you don't need to do anything. If your repository is set up to use HTTPS then you'll need to create and app password and update your git client to use that app password (username will be the same).
Thanks for the clarification,
I hope there will be some explanations how to add the app password to a command line client and not just to the GUI ones.
Cheers
Saar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.