Skip to content
New issue

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

add git commands to chmod und to reset remote #13

Merged
merged 1 commit into from
Dec 27, 2022

Conversation

Huluvu424242
Copy link
Contributor

To make an file executable apply https://stackoverflow.com/questions/21691202/how-to-create-file-execute-mode-permissions-in-git-on-windows

git update-index --chmod=+x foo.sh

To reset an remote branch apply https://stackoverflow.com/questions/5816688/resetting-remote-to-a-certain-commit

git reset --hard
git push -f origin

Copy link
Owner

@MrKrishnaAgarwal MrKrishnaAgarwal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work @Huluvu424242 !
Thanks a lot.

@MrKrishnaAgarwal MrKrishnaAgarwal merged commit 7f9d086 into MrKrishnaAgarwal:main Dec 27, 2022
@MrKrishnaAgarwal MrKrishnaAgarwal added the enhancement New feature or request label Dec 27, 2022
@Huluvu424242 Huluvu424242 deleted the feature/chmod branch January 31, 2023 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants