I currently have to log in to bash prompt and do git pull in latest changes. How do I make it so changes get pulled in automatically whenever there is merge into the main branch.
I guess I could have a cron that just keeps doing git pull every 1 minute but that seems like a bad way to do it. Is there an API or something that can do this? Thank you!