Hi
I’m having trouble with a project connected to my GitHub repository, Every time I push my latest commit to the main branch, Vercel does create a new deployment entry (with a new slug), but when I open that deployment the Source still shows the old commit
Hi , To make commits in Git, you need to tell Git who you are by setting your name and email — you can do this once using the following commands in your terminal: git config --global user.name "Your Name" git config --global user.email "your@email.com"