#Gitlab question
1 messages · Page 1 of 1 (latest)
<@&987246399047479336> please have a look, thanks.
While you are waiting for getting help, here are some tips to improve your experience:
If nobody is calling back, that usually means that your question was not well asked and hence nobody feels confident enough answering. Try to use your time to elaborate, provide details, context, more code, examples and maybe some screenshots. With enough info, someone knows the answer for sure.
Don't forget to close your thread using the command </help-thread close:1027500463647621170> when your question has been answered, thanks.
Hi I have a short question : if I pushed a bad file, is there a way to take it out of the server?
push a commit removing it 👀
so how do I do this exactly, I select the last commit to crush it?
to replace it shoudl I say
like normal files?
you could git rm the file and then commit and push
or if you want to totally erase the commit
erase it in local
then git push -f
then in the interface, delete the file
but they will still stay on the server no?
then commit then push
my point is that the file I want out is already on the server, how does deleting this in my interface remove it from the server if im in local?