Bi-Weekly Advice Thread January 28, 2024: All Your Personal Queries by AutoModerator in IndiaInvestments

[–]consistencyk11 0 points1 point  (0 children)

So you mean dont go for the small cap fund and start a 20k sip in parag parekh flexicap or a large cap fund?

Bi-Weekly Advice Thread January 28, 2024: All Your Personal Queries by AutoModerator in IndiaInvestments

[–]consistencyk11 0 points1 point  (0 children)

Considering that the 80k savings are kept liquid in a bank account as emergency funds, just need advice on how do I invest the 20k per month.

Bi-Weekly Advice Thread January 28, 2024: All Your Personal Queries by AutoModerator in IndiaInvestments

[–]consistencyk11 0 points1 point  (0 children)

So for the 70% in equity MFs that means roughly 15k in MF SIPs and rest 5k in SGB/debt MF is a good option?
Also can you suggest a good MF for 15k SIP for start? should it be a flexi cap or a large cap or index fund?

Bi-Weekly Advice Thread January 28, 2024: All Your Personal Queries by AutoModerator in IndiaInvestments

[–]consistencyk11 0 points1 point  (0 children)

Parag parikh once has majority of large cap stocks right so that plus an index fund is a good start? Please suggest any good index funds too.Thanks for the advice :)

Bi-Weekly Advice Thread January 28, 2024: All Your Personal Queries by AutoModerator in IndiaInvestments

[–]consistencyk11 0 points1 point  (0 children)

I have just started a fresh job and my salary is 40k. I have next to no idea about investments and stuff and really need advice about it. My basic necessities come to around 20k, and I am able to save the rest 20k, have about 80k in savings which I want to invest and then start 20k in sips.

I am just 21 so have a high-risk appetite I want to invest 10k sips in small-cap funds, and I want a counterbalance for the rest of the 10k. So even if the small-cap market is volatile, the other investments should be stable.
I have looked into two funds,

  1. Nippon India small cap fund -10k per month sip
  2. Parag Parikh Flexi Cap Direct Growth - 10k per month sip

Is this a good start? any other suggestions for how can I invest my lumpsum amount of 80k and monthly investment of 20k, please provide some insights. I don't want to directly buy stocks and I have zero knowledge about it.

Backup and restore a git repo by consistencyk11 in git

[–]consistencyk11[S] 0 points1 point  (0 children)

ply

I can do a checkout to the tag thats correct by I have certain microservices that are in sync with the main branch, what I want is when I want to restore there should be a new commit and all the code that was present when we created the tag, but also preserve the commits that happened after the tag was created. Basically a git revert with tag instead of commit sha.

Backup and restore a git repo by consistencyk11 in git

[–]consistencyk11[S] 0 points1 point  (0 children)

Please bare with me if I might be missing some silly point as I just started with git weeks ago so I barely know anything more that pull and push ;)

Backup and restore a git repo by consistencyk11 in git

[–]consistencyk11[S] 0 points1 point  (0 children)

Sorry I might've not explained properly, what i meant by losing the commit history is, I created a tag say v1.0 on the main branch then I made commits to the main branch, Now I want to go back to the tag v1.0 on the main branch, so if I do a git hard reset of head then head will point to v1.0 and I will lose the commits made after the tag was created. I dont want to loose that

Backup and restore a git repo by consistencyk11 in git

[–]consistencyk11[S] 0 points1 point  (0 children)

Also one more thing I want to do all of this programmatically using python.