Y
Hacker News
new
|
ask
|
show
|
jobs
by
mtodd
4837 days ago
If you want to do multiple renames in one commit then the command line is likely the best way.
1 comments
buttscicles
4836 days ago
Alternatively use this feature and squash them later when you have access to a terminal.
link
mineo
4836 days ago
In that case you'd need to either force the next push because squashing rewrites history or use a separate branch to do the renames in the first place.
link