i am working with an other developer in developing an iOS application and now he don’t work with us and i am working with his computer but the problem is when i push my code i am seeing his name appearing in the github. how i can change this and put my name appearing in the github. thanks for your answers.
Share
Do you have a .gitconfig file in your project directory, if so,
cdinto the project directory and run the following commands to set it to your name and email in the .gitconfig file of your projectIf you do not have a .gitconfig file in your project directory, it could be using the global .gitconfig file located in the Home directory (
~/). Simply add the--globalflag to set it on a global basis for all projects (note, if there is a .gitconfig file within the project directory, it will use that rather than the global .gitconfig in the home directory)